#2E009C

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

Shades of Ultramarine #2E009C

Tints of Ultramarine #2E009C

Color information

#2E009C (or 0x2E009C) is unknown color: approx Ultramarine. HEX triplet: 2E, 00 and 9C. RGB value is (46,0,156). Sum of RGB (Red+Green+Blue) = 46+0+156=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E009C is #D1FF63. Grayscale: #1E1E1E. Windows color (decimal): -13762404 or 10223662. OLE color: 10223662.

HSL color Cylindrical-coordinate representation of color #2E009C: hue angle of 257.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E009C is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB460156-
CMYK0.71100.39
HSL257.69º100%30.59%-
HSV(B)257.69º100%61.18%-
XYZ7.132.9831.65-
YUV31.54198.24138.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 77.23%
R=22.77%
G=0%
B=77.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4601560.71100.39257.6910030.59
Hex2E09C4764027102641f
Octal56023410714404740214437
Binary101110010011100100011111001000100111100000010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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