Html Css Color HEX #2E06AA Ultramarine

📋 copy color: '#2E06AA'

red 46 ◦ green 6 ◦ blue 170

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

Shades of Ultramarine #2E06AA

Tints of Ultramarine #2E06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

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

R = 20.72%
G = 2.7%
B = 76.58%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E06AA (or 0x2E06AA) is known color: Ultramarine. HEX triplet: 2E, 06 and AA. RGB value is (46,6,170). Sum of RGB (Red+Green+Blue) = 46+6+170=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E06AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E06AA is #D1F955. Grayscale: #242424. Windows color (decimal): -13760854 or 11142702. OLE color: 11142702.

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

Color convert

RGB 46 6 170 -
CMYK 0.73 0.96 0 0.33
HSL 254.63º 0.93% 0.35% -
HSV(B) 254.63º 0.96% 0.67% -
XYZ 8.45 3.61 38.28 -
YUV 36.66 203.25 134.66 -
System Red Green Blue C M Y K H S L
Decimal 46 6 170 0.73 0.96 0 0.33 254.63 0.93 0.35
Hex 2E 6 AA 49 60 0 21 FF 5D 23
Octal 56 6 252 111 140 0 41 377 135 43
Binary 101110 110 10101010 1001001 1100000 0 100001 11111111 1011101 100011

Color Harmonies of #2E06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E06AA

Black with #2E06AA

Text Example


Text Example

White with #2E06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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