#3A37B8

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

Shades of Persian Blue #3A37B8

Tints of Persian Blue #3A37B8

Color information

#3A37B8 (or 0x3A37B8) is unknown color: approx Persian Blue. HEX triplet: 3A, 37 and B8. RGB value is (58,55,184). Sum of RGB (Red+Green+Blue) = 58+55+184=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #3A37B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A37B8 is #C5C847. Grayscale: #464646. Windows color (decimal): -12961864 or 12072762. OLE color: 12072762.

HSL color Cylindrical-coordinate representation of color #3A37B8: hue angle of 241.4º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A37B8 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5855184-
CMYK0.680.7000.28
HSL241.4º53.97%46.86%-
HSV(B)241.4º70.11%72.16%-
XYZ11.767.0946.1-
YUV70.6191.99119.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 184 (72.27% from 255) = 61.95%
R=19.53%
G=18.52%
B=61.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal58551840.680.7000.28241.453.9746.86
Hex3A37B8444601Cf1362f
Octal72672701041060343616657
Binary111010110111101110001000100100011001110011110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A37B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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