Html Css Color HEX #355C7B Matisse

📋 copy color: '#355C7B'

red 53 ◦ green 92 ◦ blue 123

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

Shades of Matisse #355C7B

Tints of Matisse #355C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.33%

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

R = 19.78%
G = 34.33%
B = 45.9%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#355C7B (or 0x355C7B) is known color: Matisse. HEX triplet: 35, 5C and 7B. RGB value is (53,92,123). Sum of RGB (Red+Green+Blue) = 53+92+123=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #355C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C7B is #CAA384. Grayscale: #535353. Windows color (decimal): -13280133 or 8084533. OLE color: 8084533.

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

Color convert

RGB 53 92 123 -
CMYK 0.57 0.25 0 0.52
HSL 206.57º 0.4% 0.35% -
HSV(B) 206.57º 0.57% 0.48% -
XYZ 8.87 9.84 20.17 -
YUV 83.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 53 92 123 0.57 0.25 0 0.52 206.57 0.4 0.35
Hex 35 5C 7B 39 19 0 34 CF 28 23
Octal 65 134 173 71 31 0 64 317 50 43
Binary 110101 1011100 1111011 111001 11001 0 110100 11001111 101000 100011

Color Harmonies of #355C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C7B

Black with #355C7B

Text Example


Text Example

White with #355C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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