Html Css Color HEX #2C20CC Persian Blue

📋 copy color: '#2C20CC'

red 44 ◦ green 32 ◦ blue 204

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

Shades of Persian Blue #2C20CC

Tints of Persian Blue #2C20CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 15.71%
G = 11.43%
B = 72.86%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2C20CC (or 0x2C20CC) is known color: Persian Blue. HEX triplet: 2C, 20 and CC. RGB value is (44,32,204). Sum of RGB (Red+Green+Blue) = 44+32+204=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C20CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C20CC is #D3DF33. Grayscale: #363636. Windows color (decimal): -13885236 or 13377580. OLE color: 13377580.

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

Color convert

RGB 44 32 204 -
CMYK 0.78 0.84 0 0.2
HSL 244.19º 0.73% 0.46% -
HSV(B) 244.19º 0.84% 0.8% -
XYZ 12.45 5.93 57.61 -
YUV 55.2 211.98 120.01 -
System Red Green Blue C M Y K H S L
Decimal 44 32 204 0.78 0.84 0 0.2 244.19 0.73 0.46
Hex 2C 20 CC 4E 54 0 14 F4 49 2E
Octal 54 40 314 116 124 0 24 364 111 56
Binary 101100 100000 11001100 1001110 1010100 0 10100 11110100 1001001 101110

Color Harmonies of #2C20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C20CC

Black with #2C20CC

Text Example


Text Example

White with #2C20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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