Html Css Color HEX #202CCC Persian Blue

📋 copy color: '#202CCC'

red 32 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #202CCC

Tints of Persian Blue #202CCC

RGB

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

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

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

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

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#202CCC (or 0x202CCC) is known color: Persian Blue. HEX triplet: 20, 2C and CC. RGB value is (32,44,204). Sum of RGB (Red+Green+Blue) = 32+44+204=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 44 (17.58% from 255 or 15.71% 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 #202CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202CCC is #DFD333. Grayscale: #3A3A3A. Windows color (decimal): -14668596 or 13380640. OLE color: 13380640.

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

Color convert

RGB 32 44 204 -
CMYK 0.84 0.78 0 0.2
HSL 235.81º 0.73% 0.46% -
HSV(B) 235.81º 0.84% 0.8% -
XYZ 12.4 6.47 57.72 -
YUV 58.65 210.02 108.99 -
System Red Green Blue C M Y K H S L
Decimal 32 44 204 0.84 0.78 0 0.2 235.81 0.73 0.46
Hex 20 2C CC 54 4E 0 14 EC 49 2E
Octal 40 54 314 124 116 0 24 354 111 56
Binary 100000 101100 11001100 1010100 1001110 0 10100 11101100 1001001 101110

Color Harmonies of #202CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202CCC

Black with #202CCC

Text Example


Text Example

White with #202CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202CCC; }

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

 H1.HeaderClassName
 {
   color: #202CCC;
 }
 .AnyTagClassName
 {
   color: #202CCC;
 }
</style>

background-color css

<style>
 a { background-color: #202CCC; }

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

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

border-color css

<style>
 span { border-color: #202CCC; }

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

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