Html Css Color HEX #335C84 Matisse

📋 copy color: '#335C84'

red 51 ◦ green 92 ◦ blue 132

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

Shades of Matisse #335C84

Tints of Matisse #335C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48%

R = 18.55%
G = 33.45%
B = 48%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#335C84 (or 0x335C84) is known color: Matisse. HEX triplet: 33, 5C and 84. RGB value is (51,92,132). Sum of RGB (Red+Green+Blue) = 51+92+132=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #335C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C84 is #CCA37B. Grayscale: #545454. Windows color (decimal): -13411196 or 8674355. OLE color: 8674355.

HSL color Cylindrical-coordinate representation of color #335C84: hue angle of 209.63º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335C84 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 92 132 -
CMYK 0.61 0.30 0 0.48
HSL 209.63º 0.44% 0.36% -
HSV(B) 209.63º 0.61% 0.52% -
XYZ 9.36 10.02 23.27 -
YUV 84.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 51 92 132 0.61 0.30 0 0.48 209.63 0.44 0.36
Hex 33 5C 84 3D 1E 0 30 D2 2C 24
Octal 63 134 204 75 36 0 60 322 54 44
Binary 110011 1011100 10000100 111101 11110 0 110000 11010010 101100 100100

Color Harmonies of #335C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C84

Black with #335C84

Text Example


Text Example

White with #335C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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