Html Css Color HEX #35607C Matisse

📋 copy color: '#35607C'

red 53 ◦ green 96 ◦ blue 124

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

Shades of Matisse #35607C

Tints of Matisse #35607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

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

R = 19.41%
G = 35.16%
B = 45.42%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35607C (or 0x35607C) is known color: Matisse. HEX triplet: 35, 60 and 7C. RGB value is (53,96,124). Sum of RGB (Red+Green+Blue) = 53+96+124=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #35607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35607C is #CA9F83. Grayscale: #565656. Windows color (decimal): -13279108 or 8151093. OLE color: 8151093.

HSL color Cylindrical-coordinate representation of color #35607C: hue angle of 203.66º 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 #35607C is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 96 124 -
CMYK 0.57 0.23 0 0.51
HSL 203.66º 0.4% 0.35% -
HSV(B) 203.66º 0.57% 0.49% -
XYZ 9.29 10.58 20.62 -
YUV 86.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 53 96 124 0.57 0.23 0 0.51 203.66 0.4 0.35
Hex 35 60 7C 39 17 0 33 CC 28 23
Octal 65 140 174 71 27 0 63 314 50 43
Binary 110101 1100000 1111100 111001 10111 0 110011 11001100 101000 100011

Color Harmonies of #35607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35607C

Black with #35607C

Text Example


Text Example

White with #35607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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