Html Css Color HEX #35627D Matisse

📋 copy color: '#35627D'

red 53 ◦ green 98 ◦ blue 125

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

Shades of Matisse #35627D

Tints of Matisse #35627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.51%

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 19.2%
G = 35.51%
B = 45.29%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35627D (or 0x35627D) is known color: Matisse. HEX triplet: 35, 62 and 7D. RGB value is (53,98,125). Sum of RGB (Red+Green+Blue) = 53+98+125=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #35627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35627D is #CA9D82. Grayscale: #575757. Windows color (decimal): -13278595 or 8217141. OLE color: 8217141.

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

Color convert

RGB 53 98 125 -
CMYK 0.58 0.22 0 0.51
HSL 202.5º 0.4% 0.35% -
HSV(B) 202.5º 0.58% 0.49% -
XYZ 9.54 10.97 21.02 -
YUV 87.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 53 98 125 0.58 0.22 0 0.51 202.5 0.4 0.35
Hex 35 62 7D 3A 16 0 33 CA 28 23
Octal 65 142 175 72 26 0 63 312 50 43
Binary 110101 1100010 1111101 111010 10110 0 110011 11001010 101000 100011

Color Harmonies of #35627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35627D

Black with #35627D

Text Example


Text Example

White with #35627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35627D; }

 p { color: rgb(53,98,125); }

 H1.HeaderClassName
 {
   color: #35627D;
 }
 .AnyTagClassName
 {
   color: #35627D;
 }
</style>

background-color css

<style>
 a { background-color: #35627D; }

 a { background-color: rgb(53,98,125); }

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

border-color css

<style>
 span { border-color: #35627D; }

 span { border-color: rgb(53,98,125); }

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