Html Css Color HEX #2C4CBA Cerulean Blue

📋 copy color: '#2C4CBA'

red 44 ◦ green 76 ◦ blue 186

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

Shades of Cerulean Blue #2C4CBA

Tints of Cerulean Blue #2C4CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 14.38%
G = 24.84%
B = 60.78%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C4CBA (or 0x2C4CBA) is known color: Cerulean Blue. HEX triplet: 2C, 4C and BA. RGB value is (44,76,186). Sum of RGB (Red+Green+Blue) = 44+76+186=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C4CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4CBA is #D3B345. Grayscale: #4E4E4E. Windows color (decimal): -13873990 or 12209196. OLE color: 12209196.

HSL color Cylindrical-coordinate representation of color #2C4CBA: hue angle of 226.48º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C4CBA is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 76 186 -
CMYK 0.76 0.59 0 0.27
HSL 226.48º 0.62% 0.45% -
HSV(B) 226.48º 0.76% 0.73% -
XYZ 12.49 9.25 47.58 -
YUV 78.97 188.4 103.06 -
System Red Green Blue C M Y K H S L
Decimal 44 76 186 0.76 0.59 0 0.27 226.48 0.62 0.45
Hex 2C 4C BA 4C 3B 0 1B E2 3E 2D
Octal 54 114 272 114 73 0 33 342 76 55
Binary 101100 1001100 10111010 1001100 111011 0 11011 11100010 111110 101101

Color Harmonies of #2C4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4CBA

Black with #2C4CBA

Text Example


Text Example

White with #2C4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,76,186); }

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

background-color css

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

 a { background-color: rgb(44,76,186); }

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

border-color css

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

 span { border-color: rgb(44,76,186); }

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