#2E08B3

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

Shades of Ultramarine #2E08B3

Tints of Ultramarine #2E08B3

Color information

#2E08B3 (or 0x2E08B3) is unknown color: approx Ultramarine. HEX triplet: 2E, 08 and B3. RGB value is (46,8,179). Sum of RGB (Red+Green+Blue) = 46+8+179=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 179 (70.31% from 255 or 76.82% from 233); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E08B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E08B3 is #D1F74C. Grayscale: #262626. Windows color (decimal): -13760333 or 11733038. OLE color: 11733038.

HSL color Cylindrical-coordinate representation of color #2E08B3: hue angle of 253.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E08B3 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB468179-
CMYK0.740.9600.30
HSL253.33º91.44%36.67%-
HSV(B)253.33º95.53%70.2%-
XYZ9.354.0142.93-
YUV38.86207.09133.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.74%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 179 (70.31% from 255) = 76.82%
R=19.74%
G=3.43%
B=76.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4681790.740.9600.30253.3391.4436.67
Hex2E8B34A6001Efd5b25
Octal561026311214003637513345
Binary10111010001011001110010101100000011110111111011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E08B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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