Html Css Color HEX #203BAC Persian Blue

📋 copy color: '#203BAC'

red 32 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #203BAC

Tints of Persian Blue #203BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 12.17%
G = 22.43%
B = 65.4%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#203BAC (or 0x203BAC) is known color: Persian Blue. HEX triplet: 20, 3B and AC. RGB value is (32,59,172). Sum of RGB (Red+Green+Blue) = 32+59+172=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #203BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203BAC is #DFC453. Grayscale: #3F3F3F. Windows color (decimal): -14664788 or 11287328. OLE color: 11287328.

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

Color convert

RGB 32 59 172 -
CMYK 0.81 0.66 0 0.33
HSL 228.43º 0.69% 0.4% -
HSV(B) 228.43º 0.81% 0.67% -
XYZ 9.61 6.41 39.76 -
YUV 63.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 32 59 172 0.81 0.66 0 0.33 228.43 0.69 0.4
Hex 20 3B AC 51 42 0 21 E4 45 28
Octal 40 73 254 121 102 0 41 344 105 50
Binary 100000 111011 10101100 1010001 1000010 0 100001 11100100 1000101 101000

Color Harmonies of #203BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BAC

Black with #203BAC

Text Example


Text Example

White with #203BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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