Html Css Color HEX #335D7C Matisse

📋 copy color: '#335D7C'

red 51 ◦ green 93 ◦ blue 124

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

Shades of Matisse #335D7C

Tints of Matisse #335D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.7%

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

R = 19.03%
G = 34.7%
B = 46.27%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#335D7C (or 0x335D7C) is known color: Matisse. HEX triplet: 33, 5D and 7C. RGB value is (51,93,124). Sum of RGB (Red+Green+Blue) = 51+93+124=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #335D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D7C is #CCA283. Grayscale: #535353. Windows color (decimal): -13410948 or 8150323. OLE color: 8150323.

HSL color Cylindrical-coordinate representation of color #335D7C: hue angle of 205.48º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #335D7C is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 93 124 -
CMYK 0.59 0.25 0 0.51
HSL 205.48º 0.42% 0.34% -
HSV(B) 205.48º 0.59% 0.49% -
XYZ 8.92 9.99 20.53 -
YUV 83.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 51 93 124 0.59 0.25 0 0.51 205.48 0.42 0.34
Hex 33 5D 7C 3B 19 0 33 CD 2A 22
Octal 63 135 174 73 31 0 63 315 52 42
Binary 110011 1011101 1111100 111011 11001 0 110011 11001101 101010 100010

Color Harmonies of #335D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D7C

Black with #335D7C

Text Example


Text Example

White with #335D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,93,124); }

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

background-color css

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

 a { background-color: rgb(51,93,124); }

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

border-color css

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

 span { border-color: rgb(51,93,124); }

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