Html Css Color HEX #2E5CAB Cerulean Blue

📋 copy color: '#2E5CAB'

red 46 ◦ green 92 ◦ blue 171

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

Shades of Cerulean Blue #2E5CAB

Tints of Cerulean Blue #2E5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 14.89%
G = 29.77%
B = 55.34%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E5CAB (or 0x2E5CAB) is known color: Cerulean Blue. HEX triplet: 2E, 5C and AB. RGB value is (46,92,171). Sum of RGB (Red+Green+Blue) = 46+92+171=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E5CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5CAB is #D1A354. Grayscale: #565656. Windows color (decimal): -13738837 or 11230254. OLE color: 11230254.

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

Color convert

RGB 46 92 171 -
CMYK 0.73 0.46 0 0.33
HSL 217.92º 0.58% 0.43% -
HSV(B) 217.92º 0.73% 0.67% -
XYZ 12.3 11.18 40.04 -
YUV 87.25 175.26 98.58 -
System Red Green Blue C M Y K H S L
Decimal 46 92 171 0.73 0.46 0 0.33 217.92 0.58 0.43
Hex 2E 5C AB 49 2E 0 21 DA 3A 2B
Octal 56 134 253 111 56 0 41 332 72 53
Binary 101110 1011100 10101011 1001001 101110 0 100001 11011010 111010 101011

Color Harmonies of #2E5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5CAB

Black with #2E5CAB

Text Example


Text Example

White with #2E5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,92,171); }

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

background-color css

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

 a { background-color: rgb(46,92,171); }

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

border-color css

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

 span { border-color: rgb(46,92,171); }

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