#35618A

Color #35618A Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #35618A

Tints of Matisse #35618A

Color information

#35618A (or 0x35618A) is unknown color: approx Matisse. HEX triplet: 35, 61 and 8A. RGB value is (53,97,138). Sum of RGB (Red+Green+Blue) = 53+97+138=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #35618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35618A is #CA9E75. Grayscale: #585858. Windows color (decimal): -13278838 or 9068853. OLE color: 9068853.

HSL color Cylindrical-coordinate representation of color #35618A: hue angle of 208.94º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35618A is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5397138-
CMYK0.620.3000.46
HSL208.94º44.5%37.45%-
HSV(B)208.94º61.59%54.12%-
XYZ10.3311.1425.65-
YUV88.52155.92102.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=18.40%
G=33.68%
B=47.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53971380.620.3000.46208.9444.537.45
Hex35618A3E1E02Ed12d25
Octal6514121276360563215545
Binary11010111000011000101011111011110010111011010001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35618A; }

 p { color: rgb(53,97,138); }

 H1.HeaderClassName
 {
   color: #35618A;
 }
 .AnyTagClassName
 {
   color: #35618A;
 }
</style>
background-color css

<style>
 a { background-color: #35618A; }

 a { background-color: rgb(53,97,138); }

 div.DivClassName
 {
   background-color: #35618A;
 }
 .BgClassName
 {
   background-color: #35618A;
 }
</style>
border-color css

<style>
 span { border-color: #35618A; }

 span { border-color: rgb(53,97,138); }

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