#2319C0

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

Shades of Persian Blue #2319C0

Tints of Persian Blue #2319C0

Color information

#2319C0 (or 0x2319C0) is unknown color: approx Persian Blue. HEX triplet: 23, 19 and C0. RGB value is (35,25,192). Sum of RGB (Red+Green+Blue) = 35+25+192=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 192 (75.39% from 255 or 76.19% from 252); Max value from RGB is 192 - color contains mainly: blue. Hex color #2319C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2319C0 is #DCE63F. Grayscale: #2E2E2E. Windows color (decimal): -14476864 or 12589347. OLE color: 12589347.

HSL color Cylindrical-coordinate representation of color #2319C0: hue angle of 243.59º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2319C0 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3525192-
CMYK0.820.8700.25
HSL243.59º76.96%42.55%-
HSV(B)243.59º86.98%75.29%-
XYZ10.564.8650.25-
YUV47.03209.81119.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.89%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 192 (75.39% from 255) = 76.19%
R=13.89%
G=9.92%
B=76.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35251920.820.8700.25243.5976.9642.55
Hex2319C05257019f44d2b
Octal433130012212703136411553
Binary100011110011100000010100101010111011001111101001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2319C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2319C0; }

 p { color: rgb(35,25,192); }

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

<style>
 a { background-color: #2319C0; }

 a { background-color: rgb(35,25,192); }

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

<style>
 span { border-color: #2319C0; }

 span { border-color: rgb(35,25,192); }

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