Html Css Color HEX #203BAF Persian Blue

📋 copy color: '#203BAF'

red 32 ◦ green 59 ◦ blue 175

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

Shades of Persian Blue #203BAF

Tints of Persian Blue #203BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.79%

R = 12.03%
G = 22.18%
B = 65.79%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#203BAF (or 0x203BAF) is known color: Persian Blue. HEX triplet: 20, 3B and AF. RGB value is (32,59,175). Sum of RGB (Red+Green+Blue) = 32+59+175=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #203BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203BAF is #DFC450. Grayscale: #3F3F3F. Windows color (decimal): -14664785 or 11483936. OLE color: 11483936.

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

Color convert

RGB 32 59 175 -
CMYK 0.82 0.66 0 0.31
HSL 228.67º 0.69% 0.41% -
HSV(B) 228.67º 0.82% 0.69% -
XYZ 9.9 6.53 41.3 -
YUV 64.15 190.55 105.07 -
System Red Green Blue C M Y K H S L
Decimal 32 59 175 0.82 0.66 0 0.31 228.67 0.69 0.41
Hex 20 3B AF 52 42 0 1F E5 45 29
Octal 40 73 257 122 102 0 37 345 105 51
Binary 100000 111011 10101111 1010010 1000010 0 11111 11100101 1000101 101001

Color Harmonies of #203BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BAF

Black with #203BAF

Text Example


Text Example

White with #203BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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