Html Css Color HEX #335C82 Matisse

📋 copy color: '#335C82'

red 51 ◦ green 92 ◦ blue 130

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

Shades of Matisse #335C82

Tints of Matisse #335C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.62%

R = 18.68%
G = 33.7%
B = 47.62%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335C82 (or 0x335C82) is known color: Matisse. HEX triplet: 33, 5C and 82. RGB value is (51,92,130). Sum of RGB (Red+Green+Blue) = 51+92+130=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #335C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C82 is #CCA37D. Grayscale: #535353. Windows color (decimal): -13411198 or 8543283. OLE color: 8543283.

HSL color Cylindrical-coordinate representation of color #335C82: hue angle of 208.86º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335C82 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 92 130 -
CMYK 0.61 0.29 0 0.49
HSL 208.86º 0.44% 0.35% -
HSV(B) 208.86º 0.61% 0.51% -
XYZ 9.22 9.97 22.56 -
YUV 84.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 51 92 130 0.61 0.29 0 0.49 208.86 0.44 0.35
Hex 33 5C 82 3D 1D 0 31 D1 2C 23
Octal 63 134 202 75 35 0 61 321 54 43
Binary 110011 1011100 10000010 111101 11101 0 110001 11010001 101100 100011

Color Harmonies of #335C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C82

Black with #335C82

Text Example


Text Example

White with #335C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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