Html Css Color HEX #35627F Matisse

📋 copy color: '#35627F'

red 53 ◦ green 98 ◦ blue 127

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

Shades of Matisse #35627F

Tints of Matisse #35627F

RGB

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

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

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

R = 19.06%
G = 35.25%
B = 45.68%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35627F (or 0x35627F) is known color: Matisse. HEX triplet: 35, 62 and 7F. RGB value is (53,98,127). Sum of RGB (Red+Green+Blue) = 53+98+127=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #35627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35627F is #CA9D80. Grayscale: #575757. Windows color (decimal): -13278593 or 8348213. OLE color: 8348213.

HSL color Cylindrical-coordinate representation of color #35627F: hue angle of 203.51º 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 #35627F is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 98 127 -
CMYK 0.58 0.23 0 0.50
HSL 203.51º 0.41% 0.35% -
HSV(B) 203.51º 0.58% 0.5% -
XYZ 9.67 11.02 21.7 -
YUV 87.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 53 98 127 0.58 0.23 0 0.50 203.51 0.41 0.35
Hex 35 62 7F 3A 17 0 32 CC 29 23
Octal 65 142 177 72 27 0 62 314 51 43
Binary 110101 1100010 1111111 111010 10111 0 110010 11001100 101001 100011

Color Harmonies of #35627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35627F

Black with #35627F

Text Example


Text Example

White with #35627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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