Html Css Color HEX #2C67CC Cerulean Blue

📋 copy color: '#2C67CC'

red 44 ◦ green 103 ◦ blue 204

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

Shades of Cerulean Blue #2C67CC

Tints of Cerulean Blue #2C67CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

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

R = 12.54%
G = 29.34%
B = 58.12%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2C67CC (or 0x2C67CC) is known color: Cerulean Blue. HEX triplet: 2C, 67 and CC. RGB value is (44,103,204). Sum of RGB (Red+Green+Blue) = 44+103+204=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C67CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C67CC is #D39833. Grayscale: #606060. Windows color (decimal): -13867060 or 13395756. OLE color: 13395756.

HSL color Cylindrical-coordinate representation of color #2C67CC: hue angle of 217.88º 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 #2C67CC is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 103 204 -
CMYK 0.78 0.50 0 0.2
HSL 217.88º 0.65% 0.49% -
HSV(B) 217.88º 0.78% 0.8% -
XYZ 16.79 14.6 59.06 -
YUV 96.87 188.45 90.29 -
System Red Green Blue C M Y K H S L
Decimal 44 103 204 0.78 0.50 0 0.2 217.88 0.65 0.49
Hex 2C 67 CC 4E 32 0 14 DA 41 31
Octal 54 147 314 116 62 0 24 332 101 61
Binary 101100 1100111 11001100 1001110 110010 0 10100 11011010 1000001 110001

Color Harmonies of #2C67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C67CC

Black with #2C67CC

Text Example


Text Example

White with #2C67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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