#2E08A4

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

Shades of Ultramarine #2E08A4

Tints of Ultramarine #2E08A4

Color information

#2E08A4 (or 0x2E08A4) is unknown color: approx Ultramarine. HEX triplet: 2E, 08 and A4. RGB value is (46,8,164). Sum of RGB (Red+Green+Blue) = 46+8+164=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 164 (64.45% from 255 or 75.23% from 218); Max value from RGB is 164 - color contains mainly: blue. Hex color #2E08A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E08A4 is #D1F75B. Grayscale: #242424. Windows color (decimal): -13760348 or 10749998. OLE color: 10749998.

HSL color Cylindrical-coordinate representation of color #2E08A4: hue angle of 254.62º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E08A4 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB468164-
CMYK0.720.9500.36
HSL254.62º90.7%33.73%-
HSV(B)254.62º95.12%64.31%-
XYZ7.913.4335.37-
YUV37.15199.59134.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.10%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 164 (64.45% from 255) = 75.23%
R=21.10%
G=3.67%
B=75.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4681640.720.9500.36254.6290.733.73
Hex2E8A4485F024ff5b22
Octal561024411013704437713342
Binary101110100010100100100100010111110100100111111111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E08A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,8,164); }

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

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

 a { background-color: rgb(46,8,164); }

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

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

 span { border-color: rgb(46,8,164); }

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