Html Css Color HEX #2E43CB Cerulean Blue

📋 copy color: '#2E43CB'

red 46 ◦ green 67 ◦ blue 203

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

Shades of Cerulean Blue #2E43CB

Tints of Cerulean Blue #2E43CB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 14.56%
G = 21.2%
B = 64.24%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E43CB (or 0x2E43CB) is known color: Cerulean Blue. HEX triplet: 2E, 43 and CB. RGB value is (46,67,203). Sum of RGB (Red+Green+Blue) = 46+67+203=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E43CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E43CB is #D1BC34. Grayscale: #4B4B4B. Windows color (decimal): -13745205 or 13321006. OLE color: 13321006.

HSL color Cylindrical-coordinate representation of color #2E43CB: hue angle of 231.97º 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 #2E43CB is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 67 203 -
CMYK 0.77 0.67 0 0.20
HSL 231.97º 0.63% 0.49% -
HSV(B) 231.97º 0.77% 0.8% -
XYZ 13.91 8.91 57.49 -
YUV 76.23 199.54 106.44 -
System Red Green Blue C M Y K H S L
Decimal 46 67 203 0.77 0.67 0 0.20 231.97 0.63 0.49
Hex 2E 43 CB 4D 43 0 14 E8 3F 31
Octal 56 103 313 115 103 0 24 350 77 61
Binary 101110 1000011 11001011 1001101 1000011 0 10100 11101000 111111 110001

Color Harmonies of #2E43CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E43CB

Black with #2E43CB

Text Example


Text Example

White with #2E43CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,67,203); }

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

background-color css

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

 a { background-color: rgb(46,67,203); }

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

border-color css

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

 span { border-color: rgb(46,67,203); }

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