Html Css Color HEX #2E4CCE Cerulean Blue

📋 copy color: '#2E4CCE'

red 46 ◦ green 76 ◦ blue 206

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

Shades of Cerulean Blue #2E4CCE

Tints of Cerulean Blue #2E4CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 14.02%
G = 23.17%
B = 62.8%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E4CCE (or 0x2E4CCE) is known color: Cerulean Blue. HEX triplet: 2E, 4C and CE. RGB value is (46,76,206). Sum of RGB (Red+Green+Blue) = 46+76+206=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E4CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4CCE is #D1B331. Grayscale: #515151. Windows color (decimal): -13742898 or 13519918. OLE color: 13519918.

HSL color Cylindrical-coordinate representation of color #2E4CCE: hue angle of 228.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E4CCE is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 76 206 -
CMYK 0.78 0.63 0 0.19
HSL 228.75º 0.63% 0.49% -
HSV(B) 228.75º 0.78% 0.81% -
XYZ 14.85 10.21 59.58 -
YUV 81.85 198.06 102.43 -
System Red Green Blue C M Y K H S L
Decimal 46 76 206 0.78 0.63 0 0.19 228.75 0.63 0.49
Hex 2E 4C CE 4E 3F 0 13 E5 3F 31
Octal 56 114 316 116 77 0 23 345 77 61
Binary 101110 1001100 11001110 1001110 111111 0 10011 11100101 111111 110001

Color Harmonies of #2E4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4CCE

Black with #2E4CCE

Text Example


Text Example

White with #2E4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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