Html Css Color HEX #35246B Paris M

📋 copy color: '#35246B'

red 53 ◦ green 36 ◦ blue 107

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

Shades of Paris M #35246B

Tints of Paris M #35246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.37%

 BLUE value IS 107 (42.19% from 255) = 54.59%

R = 27.04%
G = 18.37%
B = 54.59%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35246B (or 0x35246B) is known color: Paris M. HEX triplet: 35, 24 and 6B. RGB value is (53,36,107). Sum of RGB (Red+Green+Blue) = 53+36+107=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #35246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35246B is #CADB94. Grayscale: #303030. Windows color (decimal): -13294485 or 7021621. OLE color: 7021621.

HSL color Cylindrical-coordinate representation of color #35246B: hue angle of 254.37º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35246B is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 36 107 -
CMYK 0.50 0.66 0 0.58
HSL 254.37º 0.5% 0.28% -
HSV(B) 254.37º 0.66% 0.42% -
XYZ 4.75 3.08 14.25 -
YUV 49.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 53 36 107 0.50 0.66 0 0.58 254.37 0.5 0.28
Hex 35 24 6B 32 42 0 3A FE 32 1C
Octal 65 44 153 62 102 0 72 376 62 34
Binary 110101 100100 1101011 110010 1000010 0 111010 11111110 110010 11100

Color Harmonies of #35246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35246B

Black with #35246B

Text Example


Text Example

White with #35246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35246B; }

 p { color: rgb(53,36,107); }

 H1.HeaderClassName
 {
   color: #35246B;
 }
 .AnyTagClassName
 {
   color: #35246B;
 }
</style>

background-color css

<style>
 a { background-color: #35246B; }

 a { background-color: rgb(53,36,107); }

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

border-color css

<style>
 span { border-color: #35246B; }

 span { border-color: rgb(53,36,107); }

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