#203db6

Color #203DB6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #203DB6

Tints of Persian Blue #203DB6

Color information

#203DB6 (or 0x203DB6) is unknown color: approx Persian Blue. HEX triplet: 20, 3D and B6. RGB value is (32,61,182). Sum of RGB (Red+Green+Blue) = 32+61+182=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #203DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DB6 is #DFC249. Grayscale: #414141. Windows color (decimal): -14664266 or 11943200. OLE color: 11943200.

HSL color Cylindrical-coordinate representation of color #203DB6: hue angle of 228.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203DB6 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3261182-
CMYK0.820.6600.29
HSL228.4º70.09%41.96%-
HSV(B)228.4º82.42%71.37%-
XYZ10.717.0245.05-
YUV66.12193.39103.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 61 (24.22% from 255) = 22.18%
BLUE value IS 182 (71.48% from 255) = 66.18%
R=11.64%
G=22.18%
B=66.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32611820.820.6600.29228.470.0941.96
Hex203DB6524201De4462a
Octal407526612210203534410652
Binary1000001111011011011010100101000010011101111001001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203db6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,61,182); }

 H1.HeaderClassName
 {
   color: #203db6;
 }
 .AnyTagClassName
 {
   color: #203db6;
 }
</style>
background-color css

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

 a { background-color: rgb(32,61,182); }

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

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

 span { border-color: rgb(32,61,182); }

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