#356072

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

Shades of Blumine #356072

Tints of Blumine #356072

Color information

#356072 (or 0x356072) is unknown color: approx Blumine. HEX triplet: 35, 60 and 72. RGB value is (53,96,114). Sum of RGB (Red+Green+Blue) = 53+96+114=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #356072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356072 is #CA9F8D. Grayscale: #555555. Windows color (decimal): -13279118 or 7495733. OLE color: 7495733.

HSL color Cylindrical-coordinate representation of color #356072: hue angle of 197.7º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356072 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5396114-
CMYK0.540.1600.55
HSL197.7º36.53%32.75%-
HSV(B)197.7º53.51%44.71%-
XYZ8.6910.3417.46-
YUV85.2144.25105.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=20.15%
G=36.50%
B=43.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53961140.540.1600.55197.736.5332.75
Hex3560723610037c62521
Octal6514016266200673064541
Binary1101011100000111001011011010000011011111000110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356072; }

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

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

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

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

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

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

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

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