Html Css Color HEX #2E4CAB Cerulean Blue

📋 copy color: '#2E4CAB'

red 46 ◦ green 76 ◦ blue 171

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

Shades of Cerulean Blue #2E4CAB

Tints of Cerulean Blue #2E4CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.94%

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

R = 15.7%
G = 25.94%
B = 58.36%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E4CAB (or 0x2E4CAB) is known color: Cerulean Blue. HEX triplet: 2E, 4C and AB. RGB value is (46,76,171). Sum of RGB (Red+Green+Blue) = 46+76+171=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E4CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4CAB is #D1B354. Grayscale: #4D4D4D. Windows color (decimal): -13742933 or 11226158. OLE color: 11226158.

HSL color Cylindrical-coordinate representation of color #2E4CAB: hue angle of 225.6º 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 #2E4CAB is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 76 171 -
CMYK 0.73 0.56 0 0.33
HSL 225.6º 0.58% 0.43% -
HSV(B) 225.6º 0.73% 0.67% -
XYZ 11.06 8.69 39.62 -
YUV 77.86 180.56 105.28 -
System Red Green Blue C M Y K H S L
Decimal 46 76 171 0.73 0.56 0 0.33 225.6 0.58 0.43
Hex 2E 4C AB 49 38 0 21 E2 3A 2B
Octal 56 114 253 111 70 0 41 342 72 53
Binary 101110 1001100 10101011 1001001 111000 0 100001 11100010 111010 101011

Color Harmonies of #2E4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4CAB

Black with #2E4CAB

Text Example


Text Example

White with #2E4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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