#35305F

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

Shades of Paris M #35305F

Tints of Paris M #35305F

Color information

#35305F (or 0x35305F) is unknown color: approx Paris M. HEX triplet: 35, 30 and 5F. RGB value is (53,48,95). Sum of RGB (Red+Green+Blue) = 53+48+95=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #35305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35305F is #CACFA0. Grayscale: #363636. Windows color (decimal): -13291425 or 6238261. OLE color: 6238261.

HSL color Cylindrical-coordinate representation of color #35305F: hue angle of 246.38º degrees, saturation: 0.33, 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 #35305F is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB534895-
CMYK0.440.4900.63
HSL246.38º32.87%28.04%-
HSV(B)246.38º49.47%37.25%-
XYZ4.593.711.3-
YUV54.85150.66126.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=27.04%
G=24.49%
B=48.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5348950.440.4900.63246.3832.8728.04
Hex35305F2C3103Ff6211c
Octal656013754610773664134
Binary110101110000101111110110011000101111111111011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35305F; }

 p { color: rgb(53,48,95); }

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

<style>
 a { background-color: #35305F; }

 a { background-color: rgb(53,48,95); }

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

<style>
 span { border-color: #35305F; }

 span { border-color: rgb(53,48,95); }

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