#2017BC

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

Shades of Persian Blue #2017BC

Tints of Persian Blue #2017BC

Color information

#2017BC (or 0x2017BC) is unknown color: approx Persian Blue. HEX triplet: 20, 17 and BC. RGB value is (32,23,188). Sum of RGB (Red+Green+Blue) = 32+23+188=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #2017BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017BC is #DFE843. Grayscale: #2B2B2B. Windows color (decimal): -14673988 or 12326688. OLE color: 12326688.

HSL color Cylindrical-coordinate representation of color #2017BC: hue angle of 243.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2017BC is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3223188-
CMYK0.830.8800.26
HSL243.27º78.2%41.37%-
HSV(B)243.27º87.77%73.73%-
XYZ9.984.5547.93-
YUV44.5208.98119.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 188 (73.83% from 255) = 77.37%
R=13.17%
G=9.47%
B=77.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32231880.830.8800.26243.2778.241.37
Hex2017BC535801Af34e29
Octal402727412313003236311651
Binary100000101111011110010100111011000011010111100111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2017BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2017BC; }

 p { color: rgb(32,23,188); }

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

<style>
 a { background-color: #2017BC; }

 a { background-color: rgb(32,23,188); }

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

<style>
 span { border-color: #2017BC; }

 span { border-color: rgb(32,23,188); }

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