Html Css Color HEX #2E4CCC Cerulean Blue

📋 copy color: '#2E4CCC'

red 46 ◦ green 76 ◦ blue 204

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

Shades of Cerulean Blue #2E4CCC

Tints of Cerulean Blue #2E4CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 14.11%
G = 23.31%
B = 62.58%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E4CCC (or 0x2E4CCC) is known color: Cerulean Blue. HEX triplet: 2E, 4C and CC. RGB value is (46,76,204). Sum of RGB (Red+Green+Blue) = 46+76+204=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E4CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4CCC is #D1B333. Grayscale: #515151. Windows color (decimal): -13742900 or 13388846. OLE color: 13388846.

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

Color convert

RGB 46 76 204 -
CMYK 0.77 0.63 0 0.2
HSL 228.61º 0.63% 0.49% -
HSV(B) 228.61º 0.77% 0.8% -
XYZ 14.61 10.11 58.31 -
YUV 81.62 197.06 102.59 -
System Red Green Blue C M Y K H S L
Decimal 46 76 204 0.77 0.63 0 0.2 228.61 0.63 0.49
Hex 2E 4C CC 4D 3F 0 14 E5 3F 31
Octal 56 114 314 115 77 0 24 345 77 61
Binary 101110 1001100 11001100 1001101 111111 0 10100 11100101 111111 110001

Color Harmonies of #2E4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4CCC

Black with #2E4CCC

Text Example


Text Example

White with #2E4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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