#3239BB

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

Shades of Persian Blue #3239BB

Tints of Persian Blue #3239BB

Color information

#3239BB (or 0x3239BB) is unknown color: approx Persian Blue. HEX triplet: 32, 39 and BB. RGB value is (50,57,187). Sum of RGB (Red+Green+Blue) = 50+57+187=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #3239BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3239BB is #CDC644. Grayscale: #454545. Windows color (decimal): -13485637 or 12269874. OLE color: 12269874.

HSL color Cylindrical-coordinate representation of color #3239BB: hue angle of 236.93º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3239BB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5057187-
CMYK0.730.7000.27
HSL236.93º57.81%46.47%-
HSV(B)236.93º73.26%73.33%-
XYZ11.757.1947.78-
YUV69.73194.18113.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 187 (73.44% from 255) = 63.61%
R=17.01%
G=19.39%
B=63.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50571870.730.7000.27236.9357.8146.47
Hex3239BB494601Bed3a2e
Octal62712731111060333557256
Binary110010111001101110111001001100011001101111101101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3239BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3239BB; }

 p { color: rgb(50,57,187); }

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

<style>
 a { background-color: #3239BB; }

 a { background-color: rgb(50,57,187); }

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

<style>
 span { border-color: #3239BB; }

 span { border-color: rgb(50,57,187); }

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