Html Css Color HEX #2C44D6 Cerulean Blue

📋 copy color: '#2C44D6'

red 44 ◦ green 68 ◦ blue 214

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

Shades of Cerulean Blue #2C44D6

Tints of Cerulean Blue #2C44D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 65.64%

R = 13.5%
G = 20.86%
B = 65.64%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2C44D6 (or 0x2C44D6) is known color: Cerulean Blue. HEX triplet: 2C, 44 and D6. RGB value is (44,68,214). Sum of RGB (Red+Green+Blue) = 44+68+214=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #2C44D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C44D6 is #D3BB29. Grayscale: #4C4C4C. Windows color (decimal): -13876010 or 14042156. OLE color: 14042156.

HSL color Cylindrical-coordinate representation of color #2C44D6: hue angle of 231.53º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C44D6 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 68 214 -
CMYK 0.79 0.68 0 0.16
HSL 231.53º 0.67% 0.51% -
HSV(B) 231.53º 0.79% 0.84% -
XYZ 15.24 9.52 64.65 -
YUV 77.47 205.05 104.13 -
System Red Green Blue C M Y K H S L
Decimal 44 68 214 0.79 0.68 0 0.16 231.53 0.67 0.51
Hex 2C 44 D6 4F 44 0 10 E8 43 33
Octal 54 104 326 117 104 0 20 350 103 63
Binary 101100 1000100 11010110 1001111 1000100 0 10000 11101000 1000011 110011

Color Harmonies of #2C44D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C44D6

Black with #2C44D6

Text Example


Text Example

White with #2C44D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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