Html Css Color HEX #35305E Paris M

📋 copy color: '#35305E'

red 53 ◦ green 48 ◦ blue 94

#35305E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #35305E

Tints of Paris M #35305E

RGB

 RED value IS 53 (21.09% from 255) = 27.18%

 GREEN value IS 48 (19.14% from 255) = 24.62%

 BLUE value IS 94 (37.11% from 255) = 48.21%

R = 27.18%
G = 24.62%
B = 48.21%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#35305E (or 0x35305E) is known color: Paris M. HEX triplet: 35, 30 and 5E. RGB value is (53,48,94). Sum of RGB (Red+Green+Blue) = 53+48+94=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #35305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35305E is #CACFA1. Grayscale: #363636. Windows color (decimal): -13291426 or 6172725. OLE color: 6172725.

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

Color convert

RGB 53 48 94 -
CMYK 0.44 0.49 0 0.63
HSL 246.52º 0.32% 0.28% -
HSV(B) 246.52º 0.49% 0.37% -
XYZ 4.55 3.68 11.06 -
YUV 54.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 53 48 94 0.44 0.49 0 0.63 246.52 0.32 0.28
Hex 35 30 5E 2C 31 0 3F F7 20 1C
Octal 65 60 136 54 61 0 77 367 40 34
Binary 110101 110000 1011110 101100 110001 0 111111 11110111 100000 11100

Color Harmonies of #35305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35305E

Black with #35305E

Text Example


Text Example

White with #35305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35305E;
 }
 .AnyTagClassName
 {
   color: #35305E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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