Html Css Color HEX #335E85 Matisse

📋 copy color: '#335E85'

red 51 ◦ green 94 ◦ blue 133

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

Shades of Matisse #335E85

Tints of Matisse #335E85

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.81%

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 18.35%
G = 33.81%
B = 47.84%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#335E85 (or 0x335E85) is known color: Matisse. HEX triplet: 33, 5E and 85. RGB value is (51,94,133). Sum of RGB (Red+Green+Blue) = 51+94+133=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #335E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E85 is #CCA17A. Grayscale: #555555. Windows color (decimal): -13410683 or 8740403. OLE color: 8740403.

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

Color convert

RGB 51 94 133 -
CMYK 0.62 0.29 0 0.48
HSL 208.54º 0.45% 0.36% -
HSV(B) 208.54º 0.62% 0.52% -
XYZ 9.6 10.4 23.69 -
YUV 85.59 154.75 103.33 -
System Red Green Blue C M Y K H S L
Decimal 51 94 133 0.62 0.29 0 0.48 208.54 0.45 0.36
Hex 33 5E 85 3E 1D 0 30 D1 2D 24
Octal 63 136 205 76 35 0 60 321 55 44
Binary 110011 1011110 10000101 111110 11101 0 110000 11010001 101101 100100

Color Harmonies of #335E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E85

Black with #335E85

Text Example


Text Example

White with #335E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,94,133); }

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

background-color css

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

 a { background-color: rgb(51,94,133); }

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

border-color css

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

 span { border-color: rgb(51,94,133); }

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