#2537C9

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

Shades of Persian Blue #2537C9

Tints of Persian Blue #2537C9

Color information

#2537C9 (or 0x2537C9) is unknown color: approx Persian Blue. HEX triplet: 25, 37 and C9. RGB value is (37,55,201). Sum of RGB (Red+Green+Blue) = 37+55+201=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #2537C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2537C9 is #DAC836. Grayscale: #414141. Windows color (decimal): -14338103 or 13186853. OLE color: 13186853.

HSL color Cylindrical-coordinate representation of color #2537C9: hue angle of 233.41º 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 #2537C9 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3755201-
CMYK0.820.7300.21
HSL233.41º68.91%46.67%-
HSV(B)233.41º81.59%78.82%-
XYZ12.677.3456.01-
YUV66.26204.04107.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 201 (78.91% from 255) = 68.60%
R=12.63%
G=18.77%
B=68.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal37552010.820.7300.21233.4168.9146.67
Hex2537C95249015e9452f
Octal456731112211102535110557
Binary1001011101111100100110100101001001010101111010011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2537C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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