#355669

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

Shades of Blumine #355669

Tints of Blumine #355669

Color information

#355669 (or 0x355669) is unknown color: approx Blumine. HEX triplet: 35, 56 and 69. RGB value is (53,86,105). Sum of RGB (Red+Green+Blue) = 53+86+105=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #355669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355669 is #CAA996. Grayscale: #4E4E4E. Windows color (decimal): -13281687 or 6903349. OLE color: 6903349.

HSL color Cylindrical-coordinate representation of color #355669: hue angle of 201.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355669 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5386105-
CMYK0.500.1800.59
HSL201.92º32.91%30.98%-
HSV(B)201.92º49.52%41.18%-
XYZ7.358.4314.61-
YUV78.3143.07109.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=21.72%
G=35.25%
B=43.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53861050.500.1800.59201.9232.9130.98
Hex355669321203Bca211f
Octal6512615162220733124137
Binary110101101011011010011100101001001110111100101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355669; }

 p { color: rgb(53,86,105); }

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

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

 a { background-color: rgb(53,86,105); }

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

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

 span { border-color: rgb(53,86,105); }

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