Html Css Color HEX #335F81 Matisse

📋 copy color: '#335F81'

red 51 ◦ green 95 ◦ blue 129

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

Shades of Matisse #335F81

Tints of Matisse #335F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.55%

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

R = 18.55%
G = 34.55%
B = 46.91%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335F81 (or 0x335F81) is known color: Matisse. HEX triplet: 33, 5F and 81. RGB value is (51,95,129). Sum of RGB (Red+Green+Blue) = 51+95+129=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #335F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F81 is #CCA07E. Grayscale: #555555. Windows color (decimal): -13410431 or 8478515. OLE color: 8478515.

HSL color Cylindrical-coordinate representation of color #335F81: hue angle of 206.15º 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 #335F81 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 95 129 -
CMYK 0.60 0.26 0 0.49
HSL 206.15º 0.43% 0.35% -
HSV(B) 206.15º 0.6% 0.51% -
XYZ 9.42 10.47 22.29 -
YUV 85.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 51 95 129 0.60 0.26 0 0.49 206.15 0.43 0.35
Hex 33 5F 81 3C 1A 0 31 CE 2B 23
Octal 63 137 201 74 32 0 61 316 53 43
Binary 110011 1011111 10000001 111100 11010 0 110001 11001110 101011 100011

Color Harmonies of #335F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F81

Black with #335F81

Text Example


Text Example

White with #335F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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