Html Css Color HEX #203ABF Persian Blue

📋 copy color: '#203ABF'

red 32 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #203ABF

Tints of Persian Blue #203ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.97%

R = 11.39%
G = 20.64%
B = 67.97%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#203ABF (or 0x203ABF) is known color: Persian Blue. HEX triplet: 20, 3A and BF. RGB value is (32,58,191). Sum of RGB (Red+Green+Blue) = 32+58+191=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #203ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ABF is #DFC540. Grayscale: #404040. Windows color (decimal): -14665025 or 12532256. OLE color: 12532256.

HSL color Cylindrical-coordinate representation of color #203ABF: hue angle of 230.19º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203ABF is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 58 191 -
CMYK 0.83 0.70 0 0.25
HSL 230.19º 0.71% 0.44% -
HSV(B) 230.19º 0.83% 0.75% -
XYZ 11.51 7.09 50.05 -
YUV 65.39 198.89 104.19 -
System Red Green Blue C M Y K H S L
Decimal 32 58 191 0.83 0.70 0 0.25 230.19 0.71 0.44
Hex 20 3A BF 53 46 0 19 E6 47 2C
Octal 40 72 277 123 106 0 31 346 107 54
Binary 100000 111010 10111111 1010011 1000110 0 11001 11100110 1000111 101100

Color Harmonies of #203ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203ABF

Black with #203ABF

Text Example


Text Example

White with #203ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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