Html Css Color HEX #202CC1 Persian Blue

📋 copy color: '#202CC1'

red 32 ◦ green 44 ◦ blue 193

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

Shades of Persian Blue #202CC1

Tints of Persian Blue #202CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 71.75%

R = 11.9%
G = 16.36%
B = 71.75%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#202CC1 (or 0x202CC1) is known color: Persian Blue. HEX triplet: 20, 2C and C1. RGB value is (32,44,193). Sum of RGB (Red+Green+Blue) = 32+44+193=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 193 (75.78% from 255 or 71.75% from 269); Max value from RGB is 193 - color contains mainly: blue. Hex color #202CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202CC1 is #DFD33E. Grayscale: #383838. Windows color (decimal): -14668607 or 12659744. OLE color: 12659744.

HSL color Cylindrical-coordinate representation of color #202CC1: hue angle of 235.53º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #202CC1 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 44 193 -
CMYK 0.83 0.77 0 0.24
HSL 235.53º 0.72% 0.44% -
HSV(B) 235.53º 0.83% 0.76% -
XYZ 11.12 5.96 51.02 -
YUV 57.4 204.52 109.88 -
System Red Green Blue C M Y K H S L
Decimal 32 44 193 0.83 0.77 0 0.24 235.53 0.72 0.44
Hex 20 2C C1 53 4D 0 18 EC 48 2C
Octal 40 54 301 123 115 0 30 354 110 54
Binary 100000 101100 11000001 1010011 1001101 0 11000 11101100 1001000 101100

Color Harmonies of #202CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202CC1

Black with #202CC1

Text Example


Text Example

White with #202CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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