Html Css Color HEX #2C03CC Medium Blue

📋 copy color: '#2C03CC'

red 44 ◦ green 3 ◦ blue 204

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

Shades of Medium Blue #2C03CC

Tints of Medium Blue #2C03CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 17.53%
G = 1.2%
B = 81.27%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2C03CC (or 0x2C03CC) is known color: Medium Blue. HEX triplet: 2C, 03 and CC. RGB value is (44,3,204). Sum of RGB (Red+Green+Blue) = 44+3+204=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C03CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C03CC is #D3FC33. Grayscale: #252525. Windows color (decimal): -13892660 or 13370156. OLE color: 13370156.

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

Color convert

RGB 44 3 204 -
CMYK 0.78 0.99 0 0.2
HSL 252.24º 0.97% 0.41% -
HSV(B) 252.24º 0.99% 0.8% -
XYZ 11.97 4.96 57.45 -
YUV 38.17 221.58 132.16 -
System Red Green Blue C M Y K H S L
Decimal 44 3 204 0.78 0.99 0 0.2 252.24 0.97 0.41
Hex 2C 3 CC 4E 63 0 14 FC 61 29
Octal 54 3 314 116 143 0 24 374 141 51
Binary 101100 11 11001100 1001110 1100011 0 10100 11111100 1100001 101001

Color Harmonies of #2C03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C03CC

Black with #2C03CC

Text Example


Text Example

White with #2C03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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