Html Css Color HEX #2C4BBD Cerulean Blue

📋 copy color: '#2C4BBD'

red 44 ◦ green 75 ◦ blue 189

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

Shades of Cerulean Blue #2C4BBD

Tints of Cerulean Blue #2C4BBD

RGB

 RED value IS 44 (17.58% from 255) = 14.29%

 GREEN value IS 75 (29.69% from 255) = 24.35%

 BLUE value IS 189 (74.22% from 255) = 61.36%

R = 14.29%
G = 24.35%
B = 61.36%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C4BBD (or 0x2C4BBD) is known color: Cerulean Blue. HEX triplet: 2C, 4B and BD. RGB value is (44,75,189). Sum of RGB (Red+Green+Blue) = 44+75+189=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C4BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4BBD is #D3B442. Grayscale: #4E4E4E. Windows color (decimal): -13874243 or 12405548. OLE color: 12405548.

HSL color Cylindrical-coordinate representation of color #2C4BBD: hue angle of 227.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C4BBD is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 75 189 -
CMYK 0.77 0.60 0 0.26
HSL 227.17º 0.62% 0.46% -
HSV(B) 227.17º 0.77% 0.74% -
XYZ 12.74 9.24 49.26 -
YUV 78.73 190.23 103.23 -
System Red Green Blue C M Y K H S L
Decimal 44 75 189 0.77 0.60 0 0.26 227.17 0.62 0.46
Hex 2C 4B BD 4D 3C 0 1A E3 3E 2E
Octal 54 113 275 115 74 0 32 343 76 56
Binary 101100 1001011 10111101 1001101 111100 0 11010 11100011 111110 101110

Color Harmonies of #2C4BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4BBD

Black with #2C4BBD

Text Example


Text Example

White with #2C4BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,75,189); }

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

background-color css

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

 a { background-color: rgb(44,75,189); }

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

border-color css

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

 span { border-color: rgb(44,75,189); }

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