Html Css Color HEX #2E01AE Ultramarine

📋 copy color: '#2E01AE'

red 46 ◦ green 1 ◦ blue 174

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

Shades of Ultramarine #2E01AE

Tints of Ultramarine #2E01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 174 (68.36% from 255) = 78.73%

R = 20.81%
G = 0.45%
B = 78.73%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E01AE (or 0x2E01AE) is known color: Ultramarine. HEX triplet: 2E, 01 and AE. RGB value is (46,1,174). Sum of RGB (Red+Green+Blue) = 46+1+174=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E01AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E01AE is #D1FE51. Grayscale: #212121. Windows color (decimal): -13762130 or 11403566. OLE color: 11403566.

HSL color Cylindrical-coordinate representation of color #2E01AE: hue angle of 255.61º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E01AE is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 1 174 -
CMYK 0.74 0.99 0 0.32
HSL 255.61º 0.99% 0.34% -
HSV(B) 255.61º 0.99% 0.68% -
XYZ 8.78 3.66 40.29 -
YUV 34.18 206.91 136.43 -
System Red Green Blue C M Y K H S L
Decimal 46 1 174 0.74 0.99 0 0.32 255.61 0.99 0.34
Hex 2E 1 AE 4A 63 0 20 100 63 22
Octal 56 1 256 112 143 0 40 400 143 42
Binary 101110 1 10101110 1001010 1100011 0 100000 100000000 1100011 100010

Color Harmonies of #2E01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E01AE

Black with #2E01AE

Text Example


Text Example

White with #2E01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,1,174); }

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

background-color css

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

 a { background-color: rgb(46,1,174); }

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

border-color css

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

 span { border-color: rgb(46,1,174); }

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