Html Css Color HEX #202DAB Persian Blue

📋 copy color: '#202DAB'

red 32 ◦ green 45 ◦ blue 171

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

Shades of Persian Blue #202DAB

Tints of Persian Blue #202DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.15%

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

R = 12.9%
G = 18.15%
B = 68.95%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#202DAB (or 0x202DAB) is known color: Persian Blue. HEX triplet: 20, 2D and AB. RGB value is (32,45,171). Sum of RGB (Red+Green+Blue) = 32+45+171=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #202DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202DAB is #DFD254. Grayscale: #363636. Windows color (decimal): -14668373 or 11218208. OLE color: 11218208.

HSL color Cylindrical-coordinate representation of color #202DAB: hue angle of 234.39º 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 #202DAB is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 45 171 -
CMYK 0.81 0.74 0 0.33
HSL 234.39º 0.68% 0.4% -
HSV(B) 234.39º 0.81% 0.67% -
XYZ 8.88 5.12 39.05 -
YUV 55.48 193.19 111.25 -
System Red Green Blue C M Y K H S L
Decimal 32 45 171 0.81 0.74 0 0.33 234.39 0.68 0.4
Hex 20 2D AB 51 4A 0 21 EA 44 28
Octal 40 55 253 121 112 0 41 352 104 50
Binary 100000 101101 10101011 1010001 1001010 0 100001 11101010 1000100 101000

Color Harmonies of #202DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202DAB

Black with #202DAB

Text Example


Text Example

White with #202DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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