#342CCF

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

Shades of Persian Blue #342CCF

Tints of Persian Blue #342CCF

Color information

#342CCF (or 0x342CCF) is unknown color: approx Persian Blue. HEX triplet: 34, 2C and CF. RGB value is (52,44,207). Sum of RGB (Red+Green+Blue) = 52+44+207=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #342CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CCF is #CBD330. Grayscale: #404040. Windows color (decimal): -13357873 or 13577268. OLE color: 13577268.

HSL color Cylindrical-coordinate representation of color #342CCF: hue angle of 242.94º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342CCF is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5244207-
CMYK0.750.7900.19
HSL242.94º64.94%49.22%-
HSV(B)242.94º78.74%81.18%-
XYZ13.587.0459.67-
YUV64.97208.15118.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 207 (81.25% from 255) = 68.32%
R=17.16%
G=14.52%
B=68.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52442070.750.7900.19242.9464.9449.22
Hex342CCF4B4F013f34131
Octal645431711311702336310161
Binary1101001011001100111110010111001111010011111100111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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