Html Css Color HEX #202BB5 Persian Blue

📋 copy color: '#202BB5'

red 32 ◦ green 43 ◦ blue 181

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

Shades of Persian Blue #202BB5

Tints of Persian Blue #202BB5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

 BLUE value IS 181 (71.09% from 255) = 70.7%

R = 12.5%
G = 16.8%
B = 70.7%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#202BB5 (or 0x202BB5) is known color: Persian Blue. HEX triplet: 20, 2B and B5. RGB value is (32,43,181). Sum of RGB (Red+Green+Blue) = 32+43+181=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 181 (71.09% from 255 or 70.70% from 256); Max value from RGB is 181 - color contains mainly: blue. Hex color #202BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202BB5 is #DFD44A. Grayscale: #363636. Windows color (decimal): -14668875 or 11873056. OLE color: 11873056.

HSL color Cylindrical-coordinate representation of color #202BB5: hue angle of 235.57º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #202BB5 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 43 181 -
CMYK 0.82 0.76 0 0.29
HSL 235.57º 0.7% 0.42% -
HSV(B) 235.57º 0.82% 0.71% -
XYZ 9.8 5.37 44.24 -
YUV 55.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 32 43 181 0.82 0.76 0 0.29 235.57 0.7 0.42
Hex 20 2B B5 52 4C 0 1D EC 46 2A
Octal 40 53 265 122 114 0 35 354 106 52
Binary 100000 101011 10110101 1010010 1001100 0 11101 11101100 1000110 101010

Color Harmonies of #202BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202BB5

Black with #202BB5

Text Example


Text Example

White with #202BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,43,181); }

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

background-color css

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

 a { background-color: rgb(32,43,181); }

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

border-color css

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

 span { border-color: rgb(32,43,181); }

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