#342BC0

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

Shades of Persian Blue #342BC0

Tints of Persian Blue #342BC0

Color information

#342BC0 (or 0x342BC0) is unknown color: approx Persian Blue. HEX triplet: 34, 2B and C0. RGB value is (52,43,192). Sum of RGB (Red+Green+Blue) = 52+43+192=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #342BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342BC0 is #CBD43F. Grayscale: #3E3E3E. Windows color (decimal): -13358144 or 12593972. OLE color: 12593972.

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

Color convert

RGB5243192-
CMYK0.730.7800.25
HSL243.62º63.4%46.08%-
HSV(B)243.62º77.6%75.29%-
XYZ11.796.2650.46-
YUV62.68200.98120.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 43 (17.19% from 255) = 14.98%
BLUE value IS 192 (75.39% from 255) = 66.90%
R=18.12%
G=14.98%
B=66.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52431920.730.7800.25243.6263.446.08
Hex342BC0494E019f43f2e
Octal64533001111160313647756
Binary110100101011110000001001001100111001100111110100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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