Html Css Color HEX #202BAB Persian Blue

📋 copy color: '#202BAB'

red 32 ◦ green 43 ◦ blue 171

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

Shades of Persian Blue #202BAB

Tints of Persian Blue #202BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 13.01%
G = 17.48%
B = 69.51%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#202BAB (or 0x202BAB) is known color: Persian Blue. HEX triplet: 20, 2B and AB. RGB value is (32,43,171). Sum of RGB (Red+Green+Blue) = 32+43+171=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #202BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202BAB is #DFD454. Grayscale: #353535. Windows color (decimal): -14668885 or 11217696. OLE color: 11217696.

HSL color Cylindrical-coordinate representation of color #202BAB: hue angle of 235.25º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202BAB is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 43 171 -
CMYK 0.81 0.75 0 0.33
HSL 235.25º 0.68% 0.4% -
HSV(B) 235.25º 0.81% 0.67% -
XYZ 8.81 4.98 39.02 -
YUV 54.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 32 43 171 0.81 0.75 0 0.33 235.25 0.68 0.4
Hex 20 2B AB 51 4B 0 21 EB 44 28
Octal 40 53 253 121 113 0 41 353 104 50
Binary 100000 101011 10101011 1010001 1001011 0 100001 11101011 1000100 101000

Color Harmonies of #202BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202BAB

Black with #202BAB

Text Example


Text Example

White with #202BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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