Html Css Color HEX #2C00CC Medium Blue

📋 copy color: '#2C00CC'

red 44 ◦ green 0 ◦ blue 204

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

Shades of Medium Blue #2C00CC

Tints of Medium Blue #2C00CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.74%
G = 0%
B = 82.26%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2C00CC (or 0x2C00CC) is known color: Medium Blue. HEX triplet: 2C, 00 and CC. RGB value is (44,0,204). Sum of RGB (Red+Green+Blue) = 44+0+204=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C00CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C00CC is #D3FF33. Grayscale: #232323. Windows color (decimal): -13893428 or 13369388. OLE color: 13369388.

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

Color convert

RGB 44 0 204 -
CMYK 0.78 1 0 0.2
HSL 252.94º 1% 0.4% -
HSV(B) 252.94º 1% 0.8% -
XYZ 11.94 4.9 57.44 -
YUV 36.41 222.58 133.41 -
System Red Green Blue C M Y K H S L
Decimal 44 0 204 0.78 1 0 0.2 252.94 1 0.4
Hex 2C 0 CC 4E 64 0 14 FD 64 28
Octal 54 0 314 116 144 0 24 375 144 50
Binary 101100 0 11001100 1001110 1100100 0 10100 11111101 1100100 101000

Color Harmonies of #2C00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C00CC

Black with #2C00CC

Text Example


Text Example

White with #2C00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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