#356069

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

Shades of Blumine #356069

Tints of Blumine #356069

Color information

#356069 (or 0x356069) is unknown color: approx Blumine. HEX triplet: 35, 60 and 69. RGB value is (53,96,105). Sum of RGB (Red+Green+Blue) = 53+96+105=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #356069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356069 is #CA9F96. Grayscale: #545454. Windows color (decimal): -13279127 or 6905909. OLE color: 6905909.

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

Color convert

RGB5396105-
CMYK0.500.0900.59
HSL190.38º32.91%30.98%-
HSV(B)190.38º49.52%41.18%-
XYZ8.210.1414.89-
YUV84.17139.75105.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=20.87%
G=37.80%
B=41.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53961050.500.0900.59190.3832.9130.98
Hex35606932903Bbe211f
Octal6514015162110732764137
Binary11010111000001101001110010100101110111011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356069; }

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

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

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

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

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

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

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

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