#34305E

Color #34305E Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #34305E

Tints of Paris M #34305E

Color information

#34305E (or 0x34305E) is unknown color: approx Paris M. HEX triplet: 34, 30 and 5E. RGB value is (52,48,94). Sum of RGB (Red+Green+Blue) = 52+48+94=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #34305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34305E is #CBCFA1. Grayscale: #363636. Windows color (decimal): -13356962 or 6172724. OLE color: 6172724.

HSL color Cylindrical-coordinate representation of color #34305E: hue angle of 245.22º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34305E is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB524894-
CMYK0.450.4900.63
HSL245.22º32.39%27.84%-
HSV(B)245.22º48.94%36.86%-
XYZ4.493.6511.06-
YUV54.44150.33126.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=26.80%
G=24.74%
B=48.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5248940.450.4900.63245.2232.3927.84
Hex34305E2D3103Ff5201c
Octal646013655610773654034
Binary110100110000101111010110111000101111111111010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34305E; }

 p { color: rgb(52,48,94); }

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

<style>
 a { background-color: #34305E; }

 a { background-color: rgb(52,48,94); }

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

<style>
 span { border-color: #34305E; }

 span { border-color: rgb(52,48,94); }

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