#3725C9

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

Shades of Persian Blue #3725C9

Tints of Persian Blue #3725C9

Color information

#3725C9 (or 0x3725C9) is unknown color: approx Persian Blue. HEX triplet: 37, 25 and C9. RGB value is (55,37,201). Sum of RGB (Red+Green+Blue) = 55+37+201=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 37 (14.84% from 255 or 12.63% 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 #3725C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3725C9 is #C8DA36. Grayscale: #3C3C3C. Windows color (decimal): -13163063 or 13182263. OLE color: 13182263.

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

Color convert

RGB5537201-
CMYK0.730.8200.21
HSL246.59º68.91%46.67%-
HSV(B)246.59º81.59%78.82%-
XYZ12.786.3555.81-
YUV61.08206.96123.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55372010.730.8200.21246.5968.9146.67
Hex3725C94952015f7452f
Octal674531111112202536710557
Binary1101111001011100100110010011010010010101111101111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3725C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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