#3439AA

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

Shades of Persian Blue #3439AA

Tints of Persian Blue #3439AA

Color information

#3439AA (or 0x3439AA) is unknown color: approx Persian Blue. HEX triplet: 34, 39 and AA. RGB value is (52,57,170). Sum of RGB (Red+Green+Blue) = 52+57+170=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #3439AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3439AA is #CBC655. Grayscale: #434343. Windows color (decimal): -13354582 or 11155764. OLE color: 11155764.

HSL color Cylindrical-coordinate representation of color #3439AA: hue angle of 237.46º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3439AA is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5257170-
CMYK0.690.6600.33
HSL237.46º53.15%43.53%-
HSV(B)237.46º69.41%66.67%-
XYZ10.146.5638.76-
YUV68.39185.34116.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=18.64%
G=20.43%
B=60.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52571700.690.6600.33237.4653.1543.53
Hex3439AA4542021ed352c
Octal64712521051020413556554
Binary1101001110011010101010001011000010010000111101101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3439AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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