Html Css Color HEX #335C7F Matisse

📋 copy color: '#335C7F'

red 51 ◦ green 92 ◦ blue 127

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

Shades of Matisse #335C7F

Tints of Matisse #335C7F

RGB

 RED value IS 51 (20.31% from 255) = 18.89%

 GREEN value IS 92 (36.33% from 255) = 34.07%

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

R = 18.89%
G = 34.07%
B = 47.04%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#335C7F (or 0x335C7F) is known color: Matisse. HEX triplet: 33, 5C and 7F. RGB value is (51,92,127). Sum of RGB (Red+Green+Blue) = 51+92+127=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #335C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C7F is #CCA380. Grayscale: #535353. Windows color (decimal): -13411201 or 8346675. OLE color: 8346675.

HSL color Cylindrical-coordinate representation of color #335C7F: hue angle of 207.63º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335C7F is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 92 127 -
CMYK 0.60 0.28 0 0.50
HSL 207.63º 0.43% 0.35% -
HSV(B) 207.63º 0.6% 0.5% -
XYZ 9.02 9.89 21.51 -
YUV 83.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 51 92 127 0.60 0.28 0 0.50 207.63 0.43 0.35
Hex 33 5C 7F 3C 1C 0 32 D0 2B 23
Octal 63 134 177 74 34 0 62 320 53 43
Binary 110011 1011100 1111111 111100 11100 0 110010 11010000 101011 100011

Color Harmonies of #335C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C7F

Black with #335C7F

Text Example


Text Example

White with #335C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335C7F; }

 p { color: rgb(51,92,127); }

 H1.HeaderClassName
 {
   color: #335C7F;
 }
 .AnyTagClassName
 {
   color: #335C7F;
 }
</style>

background-color css

<style>
 a { background-color: #335C7F; }

 a { background-color: rgb(51,92,127); }

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

border-color css

<style>
 span { border-color: #335C7F; }

 span { border-color: rgb(51,92,127); }

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