#2C17CD

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

Shades of Persian Blue #2C17CD

Tints of Persian Blue #2C17CD

Color information

#2C17CD (or 0x2C17CD) is unknown color: approx Persian Blue. HEX triplet: 2C, 17 and CD. RGB value is (44,23,205). Sum of RGB (Red+Green+Blue) = 44+23+205=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C17CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C17CD is #D3E832. Grayscale: #313131. Windows color (decimal): -13887539 or 13440812. OLE color: 13440812.

HSL color Cylindrical-coordinate representation of color #2C17CD: hue angle of 246.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C17CD is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4423205-
CMYK0.790.8900.20
HSL246.92º79.82%44.71%-
HSV(B)246.92º88.78%80.39%-
XYZ12.365.5658.18-
YUV50.03215.46123.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.18%
GREEN value IS 23 (9.38% from 255) = 8.46%
BLUE value IS 205 (80.47% from 255) = 75.37%
R=16.18%
G=8.46%
B=75.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal44232050.790.8900.20246.9279.8244.71
Hex2C17CD4F59014f7502d
Octal542731511713102436712055
Binary101100101111100110110011111011001010100111101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C17CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C17CD; }

 p { color: rgb(44,23,205); }

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

<style>
 a { background-color: #2C17CD; }

 a { background-color: rgb(44,23,205); }

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

<style>
 span { border-color: #2C17CD; }

 span { border-color: rgb(44,23,205); }

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