Html Css Color HEX #355E7C Matisse

📋 copy color: '#355E7C'

red 53 ◦ green 94 ◦ blue 124

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

Shades of Matisse #355E7C

Tints of Matisse #355E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

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

R = 19.56%
G = 34.69%
B = 45.76%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#355E7C (or 0x355E7C) is known color: Matisse. HEX triplet: 35, 5E and 7C. RGB value is (53,94,124). Sum of RGB (Red+Green+Blue) = 53+94+124=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #355E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E7C is #CAA183. Grayscale: #545454. Windows color (decimal): -13279620 or 8150581. OLE color: 8150581.

HSL color Cylindrical-coordinate representation of color #355E7C: hue angle of 205.35º 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 #355E7C is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 94 124 -
CMYK 0.57 0.24 0 0.51
HSL 205.35º 0.4% 0.35% -
HSV(B) 205.35º 0.57% 0.49% -
XYZ 9.11 10.22 20.56 -
YUV 85.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 53 94 124 0.57 0.24 0 0.51 205.35 0.4 0.35
Hex 35 5E 7C 39 18 0 33 CD 28 23
Octal 65 136 174 71 30 0 63 315 50 43
Binary 110101 1011110 1111100 111001 11000 0 110011 11001101 101000 100011

Color Harmonies of #355E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E7C

Black with #355E7C

Text Example


Text Example

White with #355E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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