Html Css Color HEX #355E7D Matisse

📋 copy color: '#355E7D'

red 53 ◦ green 94 ◦ blue 125

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

Shades of Matisse #355E7D

Tints of Matisse #355E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.96%

R = 19.49%
G = 34.56%
B = 45.96%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#355E7D (or 0x355E7D) is known color: Matisse. HEX triplet: 35, 5E and 7D. RGB value is (53,94,125). Sum of RGB (Red+Green+Blue) = 53+94+125=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #355E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E7D is #CAA182. Grayscale: #555555. Windows color (decimal): -13279619 or 8216117. OLE color: 8216117.

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

Color convert

RGB 53 94 125 -
CMYK 0.58 0.25 0 0.51
HSL 205.83º 0.4% 0.35% -
HSV(B) 205.83º 0.58% 0.49% -
XYZ 9.17 10.24 20.9 -
YUV 85.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 53 94 125 0.58 0.25 0 0.51 205.83 0.4 0.35
Hex 35 5E 7D 3A 19 0 33 CE 28 23
Octal 65 136 175 72 31 0 63 316 50 43
Binary 110101 1011110 1111101 111010 11001 0 110011 11001110 101000 100011

Color Harmonies of #355E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E7D

Black with #355E7D

Text Example


Text Example

White with #355E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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