Html Css Color HEX #203DAB Persian Blue

📋 copy color: '#203DAB'

red 32 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #203DAB

Tints of Persian Blue #203DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.11%

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

R = 12.12%
G = 23.11%
B = 64.77%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#203DAB (or 0x203DAB) is known color: Persian Blue. HEX triplet: 20, 3D and AB. RGB value is (32,61,171). Sum of RGB (Red+Green+Blue) = 32+61+171=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #203DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203DAB is #DFC254. Grayscale: #404040. Windows color (decimal): -14664277 or 11222304. OLE color: 11222304.

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

Color convert

RGB 32 61 171 -
CMYK 0.81 0.64 0 0.33
HSL 227.48º 0.68% 0.4% -
HSV(B) 227.48º 0.81% 0.67% -
XYZ 9.62 6.58 39.29 -
YUV 64.87 187.89 104.56 -
System Red Green Blue C M Y K H S L
Decimal 32 61 171 0.81 0.64 0 0.33 227.48 0.68 0.4
Hex 20 3D AB 51 40 0 21 E3 44 28
Octal 40 75 253 121 100 0 41 343 104 50
Binary 100000 111101 10101011 1010001 1000000 0 100001 11100011 1000100 101000

Color Harmonies of #203DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DAB

Black with #203DAB

Text Example


Text Example

White with #203DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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