Html Css Color HEX #35637C Matisse

📋 copy color: '#35637C'

red 53 ◦ green 99 ◦ blue 124

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

Shades of Matisse #35637C

Tints of Matisse #35637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 19.2%
G = 35.87%
B = 44.93%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35637C (or 0x35637C) is known color: Matisse. HEX triplet: 35, 63 and 7C. RGB value is (53,99,124). Sum of RGB (Red+Green+Blue) = 53+99+124=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #35637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35637C is #CA9C83. Grayscale: #575757. Windows color (decimal): -13278340 or 8151861. OLE color: 8151861.

HSL color Cylindrical-coordinate representation of color #35637C: hue angle of 201.13º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35637C is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 99 124 -
CMYK 0.57 0.20 0 0.51
HSL 201.13º 0.4% 0.35% -
HSV(B) 201.13º 0.57% 0.49% -
XYZ 9.57 11.14 20.71 -
YUV 88.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 53 99 124 0.57 0.20 0 0.51 201.13 0.4 0.35
Hex 35 63 7C 39 14 0 33 C9 28 23
Octal 65 143 174 71 24 0 63 311 50 43
Binary 110101 1100011 1111100 111001 10100 0 110011 11001001 101000 100011

Color Harmonies of #35637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35637C

Black with #35637C

Text Example


Text Example

White with #35637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35637C; }

 p { color: rgb(53,99,124); }

 H1.HeaderClassName
 {
   color: #35637C;
 }
 .AnyTagClassName
 {
   color: #35637C;
 }
</style>

background-color css

<style>
 a { background-color: #35637C; }

 a { background-color: rgb(53,99,124); }

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

border-color css

<style>
 span { border-color: #35637C; }

 span { border-color: rgb(53,99,124); }

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