#342CB1

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

Shades of Persian Blue #342CB1

Tints of Persian Blue #342CB1

Color information

#342CB1 (or 0x342CB1) is unknown color: approx Persian Blue. HEX triplet: 34, 2C and B1. RGB value is (52,44,177). Sum of RGB (Red+Green+Blue) = 52+44+177=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #342CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342CB1 is #CBD34E. Grayscale: #3D3D3D. Windows color (decimal): -13357903 or 11611188. OLE color: 11611188.

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

Color convert

RGB5244177-
CMYK0.710.7500.31
HSL243.61º60.18%43.33%-
HSV(B)243.61º75.14%69.41%-
XYZ10.255.7142.16-
YUV61.55193.15121.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 177 (69.53% from 255) = 64.84%
R=19.05%
G=16.12%
B=64.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52441770.710.7500.31243.6160.1843.33
Hex342CB1474B01Ff43c2b
Octal64542611071130373647453
Binary110100101100101100011000111100101101111111110100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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