#3439BF

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

Shades of Persian Blue #3439BF

Tints of Persian Blue #3439BF

Color information

#3439BF (or 0x3439BF) is unknown color: approx Persian Blue. HEX triplet: 34, 39 and BF. RGB value is (52,57,191). Sum of RGB (Red+Green+Blue) = 52+57+191=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #3439BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3439BF is #CBC640. Grayscale: #464646. Windows color (decimal): -13354561 or 12532020. OLE color: 12532020.

HSL color Cylindrical-coordinate representation of color #3439BF: hue angle of 237.84º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3439BF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5257191-
CMYK0.730.7000.25
HSL237.84º57.2%47.65%-
HSV(B)237.84º72.77%74.9%-
XYZ12.287.4250.07-
YUV70.78195.84114.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.33%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 191 (75% from 255) = 63.67%
R=17.33%
G=19%
B=63.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52571910.730.7000.25237.8457.247.65
Hex3439BF4946019ee3930
Octal64712771111060313567160
Binary110100111001101111111001001100011001100111101110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3439BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3439BF; }

 p { color: rgb(52,57,191); }

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

<style>
 a { background-color: #3439BF; }

 a { background-color: rgb(52,57,191); }

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

<style>
 span { border-color: #3439BF; }

 span { border-color: rgb(52,57,191); }

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