#342DB6

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

Shades of Persian Blue #342DB6

Tints of Persian Blue #342DB6

Color information

#342DB6 (or 0x342DB6) is unknown color: approx Persian Blue. HEX triplet: 34, 2D and B6. RGB value is (52,45,182). Sum of RGB (Red+Green+Blue) = 52+45+182=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #342DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DB6 is #CBD249. Grayscale: #3E3E3E. Windows color (decimal): -13357642 or 11939124. OLE color: 11939124.

HSL color Cylindrical-coordinate representation of color #342DB6: hue angle of 243.07º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342DB6 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5245182-
CMYK0.710.7500.29
HSL243.07º60.35%44.51%-
HSV(B)243.07º75.27%71.37%-
XYZ10.85.9844.84-
YUV62.71195.32120.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 182 (71.48% from 255) = 65.23%
R=18.64%
G=16.13%
B=65.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52451820.710.7500.29243.0760.3544.51
Hex342DB6474B01Df33c2d
Octal64552661071130353637455
Binary110100101101101101101000111100101101110111110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342DB6; }

 p { color: rgb(52,45,182); }

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

<style>
 a { background-color: #342DB6; }

 a { background-color: rgb(52,45,182); }

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

<style>
 span { border-color: #342DB6; }

 span { border-color: rgb(52,45,182); }

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