#35648A

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

Shades of Matisse #35648A

Tints of Matisse #35648A

Color information

#35648A (or 0x35648A) is unknown color: approx Matisse. HEX triplet: 35, 64 and 8A. RGB value is (53,100,138). Sum of RGB (Red+Green+Blue) = 53+100+138=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #35648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35648A is #CA9B75. Grayscale: #5A5A5A. Windows color (decimal): -13278070 or 9069621. OLE color: 9069621.

HSL color Cylindrical-coordinate representation of color #35648A: hue angle of 206.82º 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 #35648A is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB53100138-
CMYK0.620.2800.46
HSL206.82º44.5%37.45%-
HSV(B)206.82º61.59%54.12%-
XYZ10.6111.7125.74-
YUV90.28154.93101.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=18.21%
G=34.36%
B=47.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531001380.620.2800.46206.8244.537.45
Hex35648A3E1C02Ecf2d25
Octal6514421276340563175545
Binary11010111001001000101011111011100010111011001111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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