Html Css Color HEX #355875 Matisse

📋 copy color: '#355875'

red 53 ◦ green 88 ◦ blue 117

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

Shades of Matisse #355875

Tints of Matisse #355875

RGB

 RED value IS 53 (21.09% from 255) = 20.54%

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 117 (46.09% from 255) = 45.35%

R = 20.54%
G = 34.11%
B = 45.35%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#355875 (or 0x355875) is known color: Matisse. HEX triplet: 35, 58 and 75. RGB value is (53,88,117). Sum of RGB (Red+Green+Blue) = 53+88+117=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #355875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355875 is #CAA78A. Grayscale: #505050. Windows color (decimal): -13281163 or 7690293. OLE color: 7690293.

HSL color Cylindrical-coordinate representation of color #355875: hue angle of 207.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355875 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 88 117 -
CMYK 0.55 0.25 0 0.54
HSL 207.19º 0.38% 0.33% -
HSV(B) 207.19º 0.55% 0.46% -
XYZ 8.17 9.02 18.14 -
YUV 80.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 53 88 117 0.55 0.25 0 0.54 207.19 0.38 0.33
Hex 35 58 75 37 19 0 36 CF 26 21
Octal 65 130 165 67 31 0 66 317 46 41
Binary 110101 1011000 1110101 110111 11001 0 110110 11001111 100110 100001

Color Harmonies of #355875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355875

Black with #355875

Text Example


Text Example

White with #355875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355875; }

 p { color: rgb(53,88,117); }

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

background-color css

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

 a { background-color: rgb(53,88,117); }

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

border-color css

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

 span { border-color: rgb(53,88,117); }

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