#34305A

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

Shades of Paris M #34305A

Tints of Paris M #34305A

Color information

#34305A (or 0x34305A) is unknown color: approx Paris M. HEX triplet: 34, 30 and 5A. RGB value is (52,48,90). Sum of RGB (Red+Green+Blue) = 52+48+90=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #34305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34305A is #CBCFA5. Grayscale: #353535. Windows color (decimal): -13356966 or 5910580. OLE color: 5910580.

HSL color Cylindrical-coordinate representation of color #34305A: hue angle of 245.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34305A is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB524890-
CMYK0.420.4700.65
HSL245.71º30.43%27.06%-
HSV(B)245.71º46.67%35.29%-
XYZ4.323.5810.14-
YUV53.98148.33126.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=27.37%
G=25.26%
B=47.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5248900.420.4700.65245.7130.4327.06
Hex34305A2A2F041f61e1b
Octal6460132525701013663633
Binary110100110000101101010101010111101000001111101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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