Html Css Color HEX #2E08AA Ultramarine

📋 copy color: '#2E08AA'

red 46 ◦ green 8 ◦ blue 170

#2E08AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2E08AA

Tints of Ultramarine #2E08AA

RGB

 RED value IS 46 (18.36% from 255) = 20.54%

 GREEN value IS 8 (3.52% from 255) = 3.57%

 BLUE value IS 170 (66.8% from 255) = 75.89%

R = 20.54%
G = 3.57%
B = 75.89%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E08AA (or 0x2E08AA) is known color: Ultramarine. HEX triplet: 2E, 08 and AA. RGB value is (46,8,170). Sum of RGB (Red+Green+Blue) = 46+8+170=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E08AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E08AA is #D1F755. Grayscale: #252525. Windows color (decimal): -13760342 or 11143214. OLE color: 11143214.

HSL color Cylindrical-coordinate representation of color #2E08AA: hue angle of 254.07º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E08AA is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 8 170 -
CMYK 0.73 0.95 0 0.33
HSL 254.07º 0.91% 0.35% -
HSV(B) 254.07º 0.95% 0.67% -
XYZ 8.47 3.66 38.29 -
YUV 37.83 202.59 133.83 -
System Red Green Blue C M Y K H S L
Decimal 46 8 170 0.73 0.95 0 0.33 254.07 0.91 0.35
Hex 2E 8 AA 49 5F 0 21 FE 5B 23
Octal 56 10 252 111 137 0 41 376 133 43
Binary 101110 1000 10101010 1001001 1011111 0 100001 11111110 1011011 100011

Color Harmonies of #2E08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E08AA

Black with #2E08AA

Text Example


Text Example

White with #2E08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E08AA;
 }
 .AnyTagClassName
 {
   color: #2E08AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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