#2E00B7

Color #2E00B7 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2E00B7

Tints of Ultramarine #2E00B7

Color information

#2E00B7 (or 0x2E00B7) is unknown color: approx Ultramarine. HEX triplet: 2E, 00 and B7. RGB value is (46,0,183). Sum of RGB (Red+Green+Blue) = 46+0+183=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 183 (71.88% from 255 or 79.91% from 229); Max value from RGB is 183 - color contains mainly: blue. Hex color #2E00B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E00B7 is #D1FF48. Grayscale: #212121. Windows color (decimal): -13762377 or 11993134. OLE color: 11993134.

HSL color Cylindrical-coordinate representation of color #2E00B7: hue angle of 255.08º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00B7 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB460183-
CMYK0.75100.28
HSL255.08º100%35.88%-
HSV(B)255.08º100%71.76%-
XYZ9.67445.06-
YUV34.62211.74136.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 20.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 183 (71.88% from 255) = 79.91%
R=20.09%
G=0%
B=79.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4601830.75100.28255.0810035.88
Hex2E0B74B6401Cff6424
Octal56026711314403437714444
Binary10111001011011110010111100100011100111111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E00B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E00B7; }

 p { color: rgb(46,0,183); }

 H1.HeaderClassName
 {
   color: #2E00B7;
 }
 .AnyTagClassName
 {
   color: #2E00B7;
 }
</style>
background-color css

<style>
 a { background-color: #2E00B7; }

 a { background-color: rgb(46,0,183); }

 div.DivClassName
 {
   background-color: #2E00B7;
 }
 .BgClassName
 {
   background-color: #2E00B7;
 }
</style>
border-color css

<style>
 span { border-color: #2E00B7; }

 span { border-color: rgb(46,0,183); }

 td.TdClassName
 {
   border-color: #2E00B7;
 }
 .TagClassName
 {
   border-color: #2E00B7;
 }
</style>