Html Css Color HEX #355B7C Matisse

📋 copy color: '#355B7C'

red 53 ◦ green 91 ◦ blue 124

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

Shades of Matisse #355B7C

Tints of Matisse #355B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 19.78%
G = 33.96%
B = 46.27%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#355B7C (or 0x355B7C) is known color: Matisse. HEX triplet: 35, 5B and 7C. RGB value is (53,91,124). Sum of RGB (Red+Green+Blue) = 53+91+124=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #355B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B7C is #CAA483. Grayscale: #535353. Windows color (decimal): -13280388 or 8149813. OLE color: 8149813.

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

Color convert

RGB 53 91 124 -
CMYK 0.57 0.27 0 0.51
HSL 207.89º 0.4% 0.35% -
HSV(B) 207.89º 0.57% 0.49% -
XYZ 8.85 9.69 20.47 -
YUV 83.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 53 91 124 0.57 0.27 0 0.51 207.89 0.4 0.35
Hex 35 5B 7C 39 1B 0 33 D0 28 23
Octal 65 133 174 71 33 0 63 320 50 43
Binary 110101 1011011 1111100 111001 11011 0 110011 11010000 101000 100011

Color Harmonies of #355B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B7C

Black with #355B7C

Text Example


Text Example

White with #355B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,91,124); }

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

background-color css

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

 a { background-color: rgb(53,91,124); }

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

border-color css

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

 span { border-color: rgb(53,91,124); }

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