#2E17CC

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

Shades of Persian Blue #2E17CC

Tints of Persian Blue #2E17CC

Color information

#2E17CC (or 0x2E17CC) is unknown color: approx Persian Blue. HEX triplet: 2E, 17 and CC. RGB value is (46,23,204). Sum of RGB (Red+Green+Blue) = 46+23+204=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E17CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E17CC is #D1E833. Grayscale: #313131. Windows color (decimal): -13756468 or 13375278. OLE color: 13375278.

HSL color Cylindrical-coordinate representation of color #2E17CC: hue angle of 247.62º 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 #2E17CC is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4623204-
CMYK0.770.8900.2
HSL247.62º79.74%44.51%-
HSV(B)247.62º88.73%80%-
XYZ12.335.5557.55-
YUV50.51214.62124.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 23 (9.38% from 255) = 8.42%
BLUE value IS 204 (80.08% from 255) = 74.73%
R=16.85%
G=8.42%
B=74.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal46232040.770.8900.2247.6279.7444.51
Hex2E17CC4D59014f8502d
Octal562731411513102437012055
Binary101110101111100110010011011011001010100111110001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E17CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,23,204); }

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

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

 a { background-color: rgb(46,23,204); }

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

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

 span { border-color: rgb(46,23,204); }

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