#3925CE

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

Shades of Persian Blue #3925CE

Tints of Persian Blue #3925CE

Color information

#3925CE (or 0x3925CE) is unknown color: approx Persian Blue. HEX triplet: 39, 25 and CE. RGB value is (57,37,206). Sum of RGB (Red+Green+Blue) = 57+37+206=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #3925CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3925CE is #C6DA31. Grayscale: #3D3D3D. Windows color (decimal): -13031986 or 13509945. OLE color: 13509945.

HSL color Cylindrical-coordinate representation of color #3925CE: hue angle of 247.1º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3925CE is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5737206-
CMYK0.720.8200.19
HSL247.1º69.55%47.65%-
HSV(B)247.1º82.04%80.78%-
XYZ13.496.6558.96-
YUV62.25209.13124.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 37 (14.84% from 255) = 12.33%
BLUE value IS 206 (80.86% from 255) = 68.67%
R=19%
G=12.33%
B=68.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57372060.720.8200.19247.169.5547.65
Hex3925CE4852013f74630
Octal714531611012202336710660
Binary1110011001011100111010010001010010010011111101111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3925CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3925CE; }

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

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

<style>
 a { background-color: #3925CE; }

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

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

<style>
 span { border-color: #3925CE; }

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

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