Html Css Color HEX #203CAD Persian Blue

📋 copy color: '#203CAD'

red 32 ◦ green 60 ◦ blue 173

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

Shades of Persian Blue #203CAD

Tints of Persian Blue #203CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

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

R = 12.08%
G = 22.64%
B = 65.28%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#203CAD (or 0x203CAD) is known color: Persian Blue. HEX triplet: 20, 3C and AD. RGB value is (32,60,173). Sum of RGB (Red+Green+Blue) = 32+60+173=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #203CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203CAD is #DFC352. Grayscale: #404040. Windows color (decimal): -14664531 or 11353120. OLE color: 11353120.

HSL color Cylindrical-coordinate representation of color #203CAD: hue angle of 228.09º 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 #203CAD is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 60 173 -
CMYK 0.82 0.65 0 0.32
HSL 228.09º 0.69% 0.4% -
HSV(B) 228.09º 0.82% 0.68% -
XYZ 9.75 6.56 40.29 -
YUV 64.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 32 60 173 0.82 0.65 0 0.32 228.09 0.69 0.4
Hex 20 3C AD 52 41 0 20 E4 45 28
Octal 40 74 255 122 101 0 40 344 105 50
Binary 100000 111100 10101101 1010010 1000001 0 100000 11100100 1000101 101000

Color Harmonies of #203CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203CAD

Black with #203CAD

Text Example


Text Example

White with #203CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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