Html Css Color HEX #2C44CC Cerulean Blue

📋 copy color: '#2C44CC'

red 44 ◦ green 68 ◦ blue 204

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

Shades of Cerulean Blue #2C44CC

Tints of Cerulean Blue #2C44CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 13.92%
G = 21.52%
B = 64.56%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2C44CC (or 0x2C44CC) is known color: Cerulean Blue. HEX triplet: 2C, 44 and CC. RGB value is (44,68,204). Sum of RGB (Red+Green+Blue) = 44+68+204=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C44CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C44CC is #D3BB33. Grayscale: #4B4B4B. Windows color (decimal): -13876020 or 13386796. OLE color: 13386796.

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

Color convert

RGB 44 68 204 -
CMYK 0.78 0.67 0 0.2
HSL 231º 0.65% 0.49% -
HSV(B) 231º 0.78% 0.8% -
XYZ 14 9.03 58.13 -
YUV 76.33 200.05 104.94 -
System Red Green Blue C M Y K H S L
Decimal 44 68 204 0.78 0.67 0 0.2 231 0.65 0.49
Hex 2C 44 CC 4E 43 0 14 E7 41 31
Octal 54 104 314 116 103 0 24 347 101 61
Binary 101100 1000100 11001100 1001110 1000011 0 10100 11100111 1000001 110001

Color Harmonies of #2C44CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C44CC

Black with #2C44CC

Text Example


Text Example

White with #2C44CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,68,204); }

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

background-color css

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

 a { background-color: rgb(44,68,204); }

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

border-color css

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

 span { border-color: rgb(44,68,204); }

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