Html Css Color HEX #2E5AAA Cerulean Blue

📋 copy color: '#2E5AAA'

red 46 ◦ green 90 ◦ blue 170

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

Shades of Cerulean Blue #2E5AAA

Tints of Cerulean Blue #2E5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

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

R = 15.03%
G = 29.41%
B = 55.56%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E5AAA (or 0x2E5AAA) is known color: Cerulean Blue. HEX triplet: 2E, 5A and AA. RGB value is (46,90,170). Sum of RGB (Red+Green+Blue) = 46+90+170=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E5AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5AAA is #D1A555. Grayscale: #555555. Windows color (decimal): -13739350 or 11164206. OLE color: 11164206.

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

Color convert

RGB 46 90 170 -
CMYK 0.73 0.47 0 0.33
HSL 218.71º 0.57% 0.42% -
HSV(B) 218.71º 0.73% 0.67% -
XYZ 12.04 10.8 39.48 -
YUV 85.96 175.42 99.5 -
System Red Green Blue C M Y K H S L
Decimal 46 90 170 0.73 0.47 0 0.33 218.71 0.57 0.42
Hex 2E 5A AA 49 2F 0 21 DB 39 2A
Octal 56 132 252 111 57 0 41 333 71 52
Binary 101110 1011010 10101010 1001001 101111 0 100001 11011011 111001 101010

Color Harmonies of #2E5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5AAA

Black with #2E5AAA

Text Example


Text Example

White with #2E5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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