#3240B8

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

Shades of Persian Blue #3240B8

Tints of Persian Blue #3240B8

Color information

#3240B8 (or 0x3240B8) is unknown color: approx Persian Blue. HEX triplet: 32, 40 and B8. RGB value is (50,64,184). Sum of RGB (Red+Green+Blue) = 50+64+184=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 184 (72.27% from 255 or 61.74% from 298); Max value from RGB is 184 - color contains mainly: blue. Hex color #3240B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3240B8 is #CDBF47. Grayscale: #494949. Windows color (decimal): -13483848 or 12075058. OLE color: 12075058.

HSL color Cylindrical-coordinate representation of color #3240B8: hue angle of 233.73º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3240B8 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5064184-
CMYK0.730.6500.28
HSL233.73º57.26%45.88%-
HSV(B)233.73º72.83%72.16%-
XYZ11.87.8146.23-
YUV73.49190.36111.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 184 (72.27% from 255) = 61.74%
R=16.78%
G=21.48%
B=61.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50641840.730.6500.28233.7357.2645.88
Hex3240B8494101Cea392e
Octal621002701111010343527156
Binary1100101000000101110001001001100000101110011101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3240B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,64,184); }

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

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

 a { background-color: rgb(50,64,184); }

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

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

 span { border-color: rgb(50,64,184); }

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