#203BCC

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

Shades of Persian Blue #203BCC

Tints of Persian Blue #203BCC

Color information

#203BCC (or 0x203BCC) is unknown color: approx Persian Blue. HEX triplet: 20, 3B and CC. RGB value is (32,59,204). Sum of RGB (Red+Green+Blue) = 32+59+204=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #203BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BCC is #DFC433. Grayscale: #424242. Windows color (decimal): -14664756 or 13384480. OLE color: 13384480.

HSL color Cylindrical-coordinate representation of color #203BCC: hue angle of 230.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203BCC is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3259204-
CMYK0.840.7100.2
HSL230.58º72.88%46.27%-
HSV(B)230.58º84.31%80%-
XYZ13.067.7957.94-
YUV67.46205.05102.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.85%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 204 (80.08% from 255) = 69.15%
R=10.85%
G=20%
B=69.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal32592040.840.7100.2230.5872.8846.27
Hex203BCC5447014e7492e
Octal407331412410702434711156
Binary1000001110111100110010101001000111010100111001111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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