#355568

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

Shades of Blumine #355568

Tints of Blumine #355568

Color information

#355568 (or 0x355568) is unknown color: approx Blumine. HEX triplet: 35, 55 and 68. RGB value is (53,85,104). Sum of RGB (Red+Green+Blue) = 53+85+104=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #355568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355568 is #CAAA97. Grayscale: #4D4D4D. Windows color (decimal): -13281944 or 6837557. OLE color: 6837557.

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

Color convert

RGB5385104-
CMYK0.490.1800.59
HSL202.35º32.48%30.78%-
HSV(B)202.35º49.04%40.78%-
XYZ7.228.2514.31-
YUV77.6142.9110.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=21.90%
G=35.12%
B=42.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53851040.490.1800.59202.3532.4830.78
Hex355568311203Bca201f
Octal6512515061220733124037
Binary110101101010111010001100011001001110111100101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355568; }

 p { color: rgb(53,85,104); }

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

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

 a { background-color: rgb(53,85,104); }

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

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

 span { border-color: rgb(53,85,104); }

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