#3A38BF

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

Shades of Persian Blue #3A38BF

Tints of Persian Blue #3A38BF

Color information

#3A38BF (or 0x3A38BF) is unknown color: approx Persian Blue. HEX triplet: 3A, 38 and BF. RGB value is (58,56,191). Sum of RGB (Red+Green+Blue) = 58+56+191=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A38BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A38BF is #C5C740. Grayscale: #474747. Windows color (decimal): -12961601 or 12531770. OLE color: 12531770.

HSL color Cylindrical-coordinate representation of color #3A38BF: hue angle of 240.89º 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 #3A38BF is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5856191-
CMYK0.700.7100.25
HSL240.89º54.66%48.43%-
HSV(B)240.89º70.68%74.9%-
XYZ12.567.4950.07-
YUV71.99195.16118.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.02%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 191 (75% from 255) = 62.62%
R=19.02%
G=18.36%
B=62.62%

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
Decimal58561910.700.7100.25240.8954.6648.43
Hex3A38BF4647019f13730
Octal72702771061070313616760
Binary111010111000101111111000110100011101100111110001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A38BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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