Html Css Color HEX #355F7F Matisse

📋 copy color: '#355F7F'

red 53 ◦ green 95 ◦ blue 127

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

Shades of Matisse #355F7F

Tints of Matisse #355F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.55%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 19.27%
G = 34.55%
B = 46.18%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#355F7F (or 0x355F7F) is known color: Matisse. HEX triplet: 35, 5F and 7F. RGB value is (53,95,127). Sum of RGB (Red+Green+Blue) = 53+95+127=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #355F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F7F is #CAA080. Grayscale: #555555. Windows color (decimal): -13279361 or 8347445. OLE color: 8347445.

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

Color convert

RGB 53 95 127 -
CMYK 0.58 0.25 0 0.50
HSL 205.95º 0.41% 0.35% -
HSV(B) 205.95º 0.58% 0.5% -
XYZ 9.39 10.47 21.61 -
YUV 86.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 53 95 127 0.58 0.25 0 0.50 205.95 0.41 0.35
Hex 35 5F 7F 3A 19 0 32 CE 29 23
Octal 65 137 177 72 31 0 62 316 51 43
Binary 110101 1011111 1111111 111010 11001 0 110010 11001110 101001 100011

Color Harmonies of #355F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F7F

Black with #355F7F

Text Example


Text Example

White with #355F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,95,127); }

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

background-color css

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

 a { background-color: rgb(53,95,127); }

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

border-color css

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

 span { border-color: rgb(53,95,127); }

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