#355967

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

Shades of Blumine #355967

Tints of Blumine #355967

Color information

#355967 (or 0x355967) is unknown color: approx Blumine. HEX triplet: 35, 59 and 67. RGB value is (53,89,103). Sum of RGB (Red+Green+Blue) = 53+89+103=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #355967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355967 is #CAA698. Grayscale: #4F4F4F. Windows color (decimal): -13280921 or 6773045. OLE color: 6773045.

HSL color Cylindrical-coordinate representation of color #355967: hue angle of 196.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #355967 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5389103-
CMYK0.490.1400.60
HSL196.8º32.05%30.59%-
HSV(B)196.8º48.54%40.39%-
XYZ7.498.8814.15-
YUV79.83141.07108.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 103 (40.62% from 255) = 42.04%
R=21.63%
G=36.33%
B=42.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53891030.490.1400.60196.832.0530.59
Hex35596731E03Cc5201f
Octal6513114761160743054037
Binary11010110110011100111110001111001111001100010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355967; }

 p { color: rgb(53,89,103); }

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

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

 a { background-color: rgb(53,89,103); }

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

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

 span { border-color: rgb(53,89,103); }

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