#355664

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

Shades of Blumine #355664

Tints of Blumine #355664

Color information

#355664 (or 0x355664) is unknown color: approx Blumine. HEX triplet: 35, 56 and 64. RGB value is (53,86,100). Sum of RGB (Red+Green+Blue) = 53+86+100=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 100 - color contains mainly: blue. Hex color #355664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355664 is #CAA99B. Grayscale: #4D4D4D. Windows color (decimal): -13281692 or 6575669. OLE color: 6575669.

HSL color Cylindrical-coordinate representation of color #355664: hue angle of 197.87º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #355664 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5386100-
CMYK0.470.1400.61
HSL197.87º30.72%30%-
HSV(B)197.87º47%39.22%-
XYZ7.18.3313.29-
YUV77.73140.57110.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=22.18%
G=35.98%
B=41.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53861000.470.1400.61197.8730.7230
Hex3556642FE03Dc61f1e
Octal6512614457160753063736
Binary1101011010110110010010111111100111101110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355664; }

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

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

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

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

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

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

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

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