Html Css Color HEX #335A81 Matisse

📋 copy color: '#335A81'

red 51 ◦ green 90 ◦ blue 129

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

Shades of Matisse #335A81

Tints of Matisse #335A81

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 18.89%
G = 33.33%
B = 47.78%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335A81 (or 0x335A81) is known color: Matisse. HEX triplet: 33, 5A and 81. RGB value is (51,90,129). Sum of RGB (Red+Green+Blue) = 51+90+129=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #335A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A81 is #CCA57E. Grayscale: #525252. Windows color (decimal): -13411711 or 8477235. OLE color: 8477235.

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

Color convert

RGB 51 90 129 -
CMYK 0.60 0.30 0 0.49
HSL 210º 0.43% 0.35% -
HSV(B) 210º 0.6% 0.51% -
XYZ 8.98 9.6 22.15 -
YUV 82.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 51 90 129 0.60 0.30 0 0.49 210 0.43 0.35
Hex 33 5A 81 3C 1E 0 31 D2 2B 23
Octal 63 132 201 74 36 0 61 322 53 43
Binary 110011 1011010 10000001 111100 11110 0 110001 11010010 101011 100011

Color Harmonies of #335A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A81

Black with #335A81

Text Example


Text Example

White with #335A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,90,129); }

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

background-color css

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

 a { background-color: rgb(51,90,129); }

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

border-color css

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

 span { border-color: rgb(51,90,129); }

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