#342CBE

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

Shades of Persian Blue #342CBE

Tints of Persian Blue #342CBE

Color information

#342CBE (or 0x342CBE) is unknown color: approx Persian Blue. HEX triplet: 34, 2C and BE. RGB value is (52,44,190). Sum of RGB (Red+Green+Blue) = 52+44+190=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #342CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CBE is #CBD341. Grayscale: #3E3E3E. Windows color (decimal): -13357890 or 12463156. OLE color: 12463156.

HSL color Cylindrical-coordinate representation of color #342CBE: hue angle of 243.29º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342CBE is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5244190-
CMYK0.730.7700.25
HSL243.29º62.39%45.88%-
HSV(B)243.29º76.84%74.51%-
XYZ11.616.2549.31-
YUV63.04199.65120.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 44 (17.58% from 255) = 15.38%
BLUE value IS 190 (74.61% from 255) = 66.43%
R=18.18%
G=15.38%
B=66.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52441900.730.7700.25243.2962.3945.88
Hex342CBE494D019f33e2e
Octal64542761111150313637656
Binary110100101100101111101001001100110101100111110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,44,190); }

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

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

 a { background-color: rgb(52,44,190); }

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

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

 span { border-color: rgb(52,44,190); }

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