Html Css Color HEX #203AAD Persian Blue

📋 copy color: '#203AAD'

red 32 ◦ green 58 ◦ blue 173

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

Shades of Persian Blue #203AAD

Tints of Persian Blue #203AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.05%

 BLUE value IS 173 (67.97% from 255) = 65.78%

R = 12.17%
G = 22.05%
B = 65.78%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#203AAD (or 0x203AAD) is known color: Persian Blue. HEX triplet: 20, 3A and AD. RGB value is (32,58,173). Sum of RGB (Red+Green+Blue) = 32+58+173=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #203AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203AAD is #DFC552. Grayscale: #3E3E3E. Windows color (decimal): -14665043 or 11352608. OLE color: 11352608.

HSL color Cylindrical-coordinate representation of color #203AAD: hue angle of 228.94º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203AAD is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 58 173 -
CMYK 0.82 0.66 0 0.32
HSL 228.94º 0.69% 0.4% -
HSV(B) 228.94º 0.82% 0.68% -
XYZ 9.65 6.35 40.25 -
YUV 63.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 32 58 173 0.82 0.66 0 0.32 228.94 0.69 0.4
Hex 20 3A AD 52 42 0 20 E5 45 28
Octal 40 72 255 122 102 0 40 345 105 50
Binary 100000 111010 10101101 1010010 1000010 0 100000 11100101 1000101 101000

Color Harmonies of #203AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203AAD

Black with #203AAD

Text Example


Text Example

White with #203AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,58,173); }

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

background-color css

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

 a { background-color: rgb(32,58,173); }

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

border-color css

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

 span { border-color: rgb(32,58,173); }

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