Html Css Color HEX #35597F Matisse

📋 copy color: '#35597F'

red 53 ◦ green 89 ◦ blue 127

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

Shades of Matisse #35597F

Tints of Matisse #35597F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.09%

 BLUE value IS 127 (50% from 255) = 47.21%

R = 19.7%
G = 33.09%
B = 47.21%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35597F (or 0x35597F) is known color: Matisse. HEX triplet: 35, 59 and 7F. RGB value is (53,89,127). Sum of RGB (Red+Green+Blue) = 53+89+127=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #35597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35597F is #CAA680. Grayscale: #525252. Windows color (decimal): -13280897 or 8345909. OLE color: 8345909.

HSL color Cylindrical-coordinate representation of color #35597F: hue angle of 210.81º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35597F is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 89 127 -
CMYK 0.58 0.30 0 0.50
HSL 210.81º 0.41% 0.35% -
HSV(B) 210.81º 0.58% 0.5% -
XYZ 8.87 9.43 21.43 -
YUV 82.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 53 89 127 0.58 0.30 0 0.50 210.81 0.41 0.35
Hex 35 59 7F 3A 1E 0 32 D3 29 23
Octal 65 131 177 72 36 0 62 323 51 43
Binary 110101 1011001 1111111 111010 11110 0 110010 11010011 101001 100011

Color Harmonies of #35597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35597F

Black with #35597F

Text Example


Text Example

White with #35597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,89,127); }

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

background-color css

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

 a { background-color: rgb(53,89,127); }

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

border-color css

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

 span { border-color: rgb(53,89,127); }

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