#355666

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

Shades of Blumine #355666

Tints of Blumine #355666

Color information

#355666 (or 0x355666) is unknown color: approx Blumine. HEX triplet: 35, 56 and 66. RGB value is (53,86,102). Sum of RGB (Red+Green+Blue) = 53+86+102=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #355666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355666 is #CAA999. Grayscale: #4D4D4D. Windows color (decimal): -13281690 or 6706741. OLE color: 6706741.

HSL color Cylindrical-coordinate representation of color #355666: hue angle of 199.59º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355666 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5386102-
CMYK0.480.1600.6
HSL199.59º31.61%30.39%-
HSV(B)199.59º48.04%40%-
XYZ7.198.3713.81-
YUV77.96141.57110.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=21.99%
G=35.68%
B=42.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53861020.480.1600.6199.5931.6130.39
Hex355666301003Cc8201e
Octal6512614660200743104036
Binary110101101011011001101100001000001111001100100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355666; }

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

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

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

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

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

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

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

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