Html Css Color HEX #355D7B Matisse

📋 copy color: '#355D7B'

red 53 ◦ green 93 ◦ blue 123

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

Shades of Matisse #355D7B

Tints of Matisse #355D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.57%

 BLUE value IS 123 (48.44% from 255) = 45.72%

R = 19.7%
G = 34.57%
B = 45.72%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#355D7B (or 0x355D7B) is known color: Matisse. HEX triplet: 35, 5D and 7B. RGB value is (53,93,123). Sum of RGB (Red+Green+Blue) = 53+93+123=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #355D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D7B is #CAA284. Grayscale: #545454. Windows color (decimal): -13279877 or 8084789. OLE color: 8084789.

HSL color Cylindrical-coordinate representation of color #355D7B: hue angle of 205.71º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355D7B is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 93 123 -
CMYK 0.57 0.24 0 0.52
HSL 205.71º 0.4% 0.35% -
HSV(B) 205.71º 0.57% 0.48% -
XYZ 8.96 10.02 20.2 -
YUV 84.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 53 93 123 0.57 0.24 0 0.52 205.71 0.4 0.35
Hex 35 5D 7B 39 18 0 34 CE 28 23
Octal 65 135 173 71 30 0 64 316 50 43
Binary 110101 1011101 1111011 111001 11000 0 110100 11001110 101000 100011

Color Harmonies of #355D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D7B

Black with #355D7B

Text Example


Text Example

White with #355D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355D7B; }

 p { color: rgb(53,93,123); }

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

background-color css

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

 a { background-color: rgb(53,93,123); }

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

border-color css

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

 span { border-color: rgb(53,93,123); }

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