Html Css Color HEX #335B7A Matisse

📋 copy color: '#335B7A'

red 51 ◦ green 91 ◦ blue 122

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

Shades of Matisse #335B7A

Tints of Matisse #335B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.47%

 BLUE value IS 122 (48.05% from 255) = 46.21%

R = 19.32%
G = 34.47%
B = 46.21%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#335B7A (or 0x335B7A) is known color: Matisse. HEX triplet: 33, 5B and 7A. RGB value is (51,91,122). Sum of RGB (Red+Green+Blue) = 51+91+122=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #335B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B7A is #CCA485. Grayscale: #525252. Windows color (decimal): -13411462 or 8018739. OLE color: 8018739.

HSL color Cylindrical-coordinate representation of color #335B7A: hue angle of 206.2º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #335B7A is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 91 122 -
CMYK 0.58 0.25 0 0.52
HSL 206.2º 0.41% 0.34% -
HSV(B) 206.2º 0.58% 0.48% -
XYZ 8.62 9.59 19.81 -
YUV 82.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 51 91 122 0.58 0.25 0 0.52 206.2 0.41 0.34
Hex 33 5B 7A 3A 19 0 34 CE 29 22
Octal 63 133 172 72 31 0 64 316 51 42
Binary 110011 1011011 1111010 111010 11001 0 110100 11001110 101001 100010

Color Harmonies of #335B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335B7A

Black with #335B7A

Text Example


Text Example

White with #335B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,91,122); }

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

background-color css

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

 a { background-color: rgb(51,91,122); }

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

border-color css

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

 span { border-color: rgb(51,91,122); }

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