#2539C9

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

Shades of Persian Blue #2539C9

Tints of Persian Blue #2539C9

Color information

#2539C9 (or 0x2539C9) is unknown color: approx Persian Blue. HEX triplet: 25, 39 and C9. RGB value is (37,57,201). Sum of RGB (Red+Green+Blue) = 37+57+201=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #2539C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2539C9 is #DAC636. Grayscale: #424242. Windows color (decimal): -14337591 or 13187365. OLE color: 13187365.

HSL color Cylindrical-coordinate representation of color #2539C9: hue angle of 232.68º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2539C9 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3757201-
CMYK0.820.7200.21
HSL232.68º68.91%46.67%-
HSV(B)232.68º81.59%78.82%-
XYZ12.777.5456.04-
YUV67.44203.37106.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 201 (78.91% from 255) = 68.14%
R=12.54%
G=19.32%
B=68.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal37572010.820.7200.21232.6868.9146.67
Hex2539C95248015e9452f
Octal457131112211002535110557
Binary1001011110011100100110100101001000010101111010011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2539C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2539C9; }

 p { color: rgb(37,57,201); }

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

<style>
 a { background-color: #2539C9; }

 a { background-color: rgb(37,57,201); }

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

<style>
 span { border-color: #2539C9; }

 span { border-color: rgb(37,57,201); }

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