#355769

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

Shades of Blumine #355769

Tints of Blumine #355769

Color information

#355769 (or 0x355769) is unknown color: approx Blumine. HEX triplet: 35, 57 and 69. RGB value is (53,87,105). Sum of RGB (Red+Green+Blue) = 53+87+105=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #355769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355769 is #CAA896. Grayscale: #4E4E4E. Windows color (decimal): -13281431 or 6903605. OLE color: 6903605.

HSL color Cylindrical-coordinate representation of color #355769: hue angle of 200.77º 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 #355769 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5387105-
CMYK0.500.1700.59
HSL200.77º32.91%30.98%-
HSV(B)200.77º49.52%41.18%-
XYZ7.438.5914.63-
YUV78.89142.74109.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=21.63%
G=35.51%
B=42.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53871050.500.1700.59200.7732.9130.98
Hex355769321103Bc9211f
Octal6512715162210733114137
Binary110101101011111010011100101000101110111100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355769; }

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

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

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

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

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

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

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

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