Html Css Color HEX #35266F Paris M

📋 copy color: '#35266F'

red 53 ◦ green 38 ◦ blue 111

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

Shades of Paris M #35266F

Tints of Paris M #35266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

 BLUE value IS 111 (43.75% from 255) = 54.95%

R = 26.24%
G = 18.81%
B = 54.95%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#35266F (or 0x35266F) is known color: Paris M. HEX triplet: 35, 26 and 6F. RGB value is (53,38,111). Sum of RGB (Red+Green+Blue) = 53+38+111=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #35266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35266F is #CAD990. Grayscale: #323232. Windows color (decimal): -13293969 or 7284277. OLE color: 7284277.

HSL color Cylindrical-coordinate representation of color #35266F: hue angle of 252.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35266F is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 38 111 -
CMYK 0.52 0.66 0 0.56
HSL 252.33º 0.49% 0.29% -
HSV(B) 252.33º 0.66% 0.44% -
XYZ 5.03 3.29 15.41 -
YUV 50.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 53 38 111 0.52 0.66 0 0.56 252.33 0.49 0.29
Hex 35 26 6F 34 42 0 38 FC 31 1D
Octal 65 46 157 64 102 0 70 374 61 35
Binary 110101 100110 1101111 110100 1000010 0 111000 11111100 110001 11101

Color Harmonies of #35266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35266F

Black with #35266F

Text Example


Text Example

White with #35266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,38,111); }

 H1.HeaderClassName
 {
   color: #35266F;
 }
 .AnyTagClassName
 {
   color: #35266F;
 }
</style>

background-color css

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

 a { background-color: rgb(53,38,111); }

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

border-color css

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

 span { border-color: rgb(53,38,111); }

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