#356068

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

Shades of Blumine #356068

Tints of Blumine #356068

Color information

#356068 (or 0x356068) is unknown color: approx Blumine. HEX triplet: 35, 60 and 68. RGB value is (53,96,104). Sum of RGB (Red+Green+Blue) = 53+96+104=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #356068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356068 is #CA9F97. Grayscale: #535353. Windows color (decimal): -13279128 or 6840373. OLE color: 6840373.

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

Color convert

RGB5396104-
CMYK0.490.0800.59
HSL189.41º32.48%30.78%-
HSV(B)189.41º49.04%40.78%-
XYZ8.1510.1214.62-
YUV84.06139.25105.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=20.95%
G=37.94%
B=41.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53961040.490.0800.59189.4132.4830.78
Hex35606831803Bbd201f
Octal6514015061100732754037
Binary11010111000001101000110001100001110111011110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356068; }

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

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

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

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

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

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

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

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