Html Css Color HEX #2C4ACB Cerulean Blue

📋 copy color: '#2C4ACB'

red 44 ◦ green 74 ◦ blue 203

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

Shades of Cerulean Blue #2C4ACB

Tints of Cerulean Blue #2C4ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.05%

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

R = 13.71%
G = 23.05%
B = 63.24%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2C4ACB (or 0x2C4ACB) is known color: Cerulean Blue. HEX triplet: 2C, 4A and CB. RGB value is (44,74,203). Sum of RGB (Red+Green+Blue) = 44+74+203=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C4ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4ACB is #D3B534. Grayscale: #4F4F4F. Windows color (decimal): -13874485 or 13322796. OLE color: 13322796.

HSL color Cylindrical-coordinate representation of color #2C4ACB: hue angle of 228.68º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C4ACB is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 74 203 -
CMYK 0.78 0.64 0 0.20
HSL 228.68º 0.64% 0.48% -
HSV(B) 228.68º 0.78% 0.8% -
XYZ 14.27 9.74 57.63 -
YUV 79.74 197.56 102.51 -
System Red Green Blue C M Y K H S L
Decimal 44 74 203 0.78 0.64 0 0.20 228.68 0.64 0.48
Hex 2C 4A CB 4E 40 0 14 E5 40 30
Octal 54 112 313 116 100 0 24 345 100 60
Binary 101100 1001010 11001011 1001110 1000000 0 10100 11100101 1000000 110000

Color Harmonies of #2C4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4ACB

Black with #2C4ACB

Text Example


Text Example

White with #2C4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,74,203); }

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

background-color css

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

 a { background-color: rgb(44,74,203); }

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

border-color css

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

 span { border-color: rgb(44,74,203); }

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