#3938B8

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

Shades of Persian Blue #3938B8

Tints of Persian Blue #3938B8

Color information

#3938B8 (or 0x3938B8) is unknown color: approx Persian Blue. HEX triplet: 39, 38 and B8. RGB value is (57,56,184). Sum of RGB (Red+Green+Blue) = 57+56+184=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 56 (22.27% from 255 or 18.86% 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 #3938B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3938B8 is #C6C747. Grayscale: #464646. Windows color (decimal): -13027144 or 12073017. OLE color: 12073017.

HSL color Cylindrical-coordinate representation of color #3938B8: hue angle of 240.47º degrees, saturation: 0.53, 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 #3938B8 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5756184-
CMYK0.690.7000.28
HSL240.47º53.33%47.06%-
HSV(B)240.47º69.57%72.16%-
XYZ11.757.1646.11-
YUV70.89191.83118.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 184 (72.27% from 255) = 61.95%
R=19.19%
G=18.86%
B=61.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal57561840.690.7000.28240.4753.3347.06
Hex3938B8454601Cf0352f
Octal71702701051060343606557
Binary111001111000101110001000101100011001110011110000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3938B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3938B8; }

 p { color: rgb(57,56,184); }

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

<style>
 a { background-color: #3938B8; }

 a { background-color: rgb(57,56,184); }

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

<style>
 span { border-color: #3938B8; }

 span { border-color: rgb(57,56,184); }

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