#3439C0

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

Shades of Persian Blue #3439C0

Tints of Persian Blue #3439C0

Color information

#3439C0 (or 0x3439C0) is unknown color: approx Persian Blue. HEX triplet: 34, 39 and C0. RGB value is (52,57,192). Sum of RGB (Red+Green+Blue) = 52+57+192=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #3439C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3439C0 is #CBC63F. Grayscale: #464646. Windows color (decimal): -13354560 or 12597556. OLE color: 12597556.

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

Color convert

RGB5257192-
CMYK0.730.7000.25
HSL237.86º57.38%47.84%-
HSV(B)237.86º72.92%75.29%-
XYZ12.397.4650.66-
YUV70.9196.34114.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 192 (75.39% from 255) = 63.79%
R=17.28%
G=18.94%
B=63.79%

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
Decimal52571920.730.7000.25237.8657.3847.84
Hex3439C04946019ee3930
Octal64713001111060313567160
Binary110100111001110000001001001100011001100111101110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3439C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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