Html Css Color HEX #2E4ECE Cerulean Blue

📋 copy color: '#2E4ECE'

red 46 ◦ green 78 ◦ blue 206

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

Shades of Cerulean Blue #2E4ECE

Tints of Cerulean Blue #2E4ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

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

R = 13.94%
G = 23.64%
B = 62.42%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E4ECE (or 0x2E4ECE) is known color: Cerulean Blue. HEX triplet: 2E, 4E and CE. RGB value is (46,78,206). Sum of RGB (Red+Green+Blue) = 46+78+206=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E4ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4ECE is #D1B131. Grayscale: #525252. Windows color (decimal): -13742386 or 13520430. OLE color: 13520430.

HSL color Cylindrical-coordinate representation of color #2E4ECE: hue angle of 228º 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 #2E4ECE is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 78 206 -
CMYK 0.78 0.62 0 0.19
HSL 228º 0.63% 0.49% -
HSV(B) 228º 0.78% 0.81% -
XYZ 14.99 10.49 59.63 -
YUV 83.02 197.4 101.59 -
System Red Green Blue C M Y K H S L
Decimal 46 78 206 0.78 0.62 0 0.19 228 0.63 0.49
Hex 2E 4E CE 4E 3E 0 13 E4 3F 31
Octal 56 116 316 116 76 0 23 344 77 61
Binary 101110 1001110 11001110 1001110 111110 0 10011 11100100 111111 110001

Color Harmonies of #2E4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4ECE

Black with #2E4ECE

Text Example


Text Example

White with #2E4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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