Html Css Color HEX #202EC5 Persian Blue

📋 copy color: '#202EC5'

red 32 ◦ green 46 ◦ blue 197

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

Shades of Persian Blue #202EC5

Tints of Persian Blue #202EC5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.73%

 BLUE value IS 197 (77.34% from 255) = 71.64%

R = 11.64%
G = 16.73%
B = 71.64%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#202EC5 (or 0x202EC5) is known color: Persian Blue. HEX triplet: 20, 2E and C5. RGB value is (32,46,197). Sum of RGB (Red+Green+Blue) = 32+46+197=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 197 (77.34% from 255 or 71.64% from 275); Max value from RGB is 197 - color contains mainly: blue. Hex color #202EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202EC5 is #DFD13A. Grayscale: #3A3A3A. Windows color (decimal): -14668091 or 12922400. OLE color: 12922400.

HSL color Cylindrical-coordinate representation of color #202EC5: hue angle of 234.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202EC5 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 46 197 -
CMYK 0.84 0.77 0 0.23
HSL 234.91º 0.72% 0.45% -
HSV(B) 234.91º 0.84% 0.77% -
XYZ 11.65 6.29 53.42 -
YUV 59.03 205.86 108.72 -
System Red Green Blue C M Y K H S L
Decimal 32 46 197 0.84 0.77 0 0.23 234.91 0.72 0.45
Hex 20 2E C5 54 4D 0 17 EB 48 2D
Octal 40 56 305 124 115 0 27 353 110 55
Binary 100000 101110 11000101 1010100 1001101 0 10111 11101011 1001000 101101

Color Harmonies of #202EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202EC5

Black with #202EC5

Text Example


Text Example

White with #202EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,46,197); }

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

background-color css

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

 a { background-color: rgb(32,46,197); }

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

border-color css

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

 span { border-color: rgb(32,46,197); }

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