#3A37BF

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

Shades of Persian Blue #3A37BF

Tints of Persian Blue #3A37BF

Color information

#3A37BF (or 0x3A37BF) is unknown color: approx Persian Blue. HEX triplet: 3A, 37 and BF. RGB value is (58,55,191). Sum of RGB (Red+Green+Blue) = 58+55+191=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A37BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A37BF is #C5C840. Grayscale: #464646. Windows color (decimal): -12961857 or 12531514. OLE color: 12531514.

HSL color Cylindrical-coordinate representation of color #3A37BF: hue angle of 241.32º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A37BF is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5855191-
CMYK0.700.7100.25
HSL241.32º55.28%48.24%-
HSV(B)241.32º71.2%74.9%-
XYZ12.527.3950.06-
YUV71.4195.49118.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.08%
GREEN value IS 55 (21.88% from 255) = 18.09%
BLUE value IS 191 (75% from 255) = 62.83%
R=19.08%
G=18.09%
B=62.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58551910.700.7100.25241.3255.2848.24
Hex3A37BF4647019f13730
Octal72672771061070313616760
Binary111010110111101111111000110100011101100111110001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A37BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A37BF; }

 p { color: rgb(58,55,191); }

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

<style>
 a { background-color: #3A37BF; }

 a { background-color: rgb(58,55,191); }

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

<style>
 span { border-color: #3A37BF; }

 span { border-color: rgb(58,55,191); }

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