Html Css Color HEX #203BAD Persian Blue

📋 copy color: '#203BAD'

red 32 ◦ green 59 ◦ blue 173

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

Shades of Persian Blue #203BAD

Tints of Persian Blue #203BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.35%

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

R = 12.12%
G = 22.35%
B = 65.53%

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

#203BAD (or 0x203BAD) is known color: Persian Blue. HEX triplet: 20, 3B and AD. RGB value is (32,59,173). Sum of RGB (Red+Green+Blue) = 32+59+173=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #203BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203BAD is #DFC452. Grayscale: #3F3F3F. Windows color (decimal): -14664787 or 11352864. OLE color: 11352864.

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

Color convert

RGB 32 59 173 -
CMYK 0.82 0.66 0 0.32
HSL 228.51º 0.69% 0.4% -
HSV(B) 228.51º 0.82% 0.68% -
XYZ 9.7 6.45 40.27 -
YUV 63.92 189.55 105.23 -
System Red Green Blue C M Y K H S L
Decimal 32 59 173 0.82 0.66 0 0.32 228.51 0.69 0.4
Hex 20 3B AD 52 42 0 20 E5 45 28
Octal 40 73 255 122 102 0 40 345 105 50
Binary 100000 111011 10101101 1010010 1000010 0 100000 11100101 1000101 101000

Color Harmonies of #203BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BAD

Black with #203BAD

Text Example


Text Example

White with #203BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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