#356670

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

Shades of Blumine #356670

Tints of Blumine #356670

Color information

#356670 (or 0x356670) is unknown color: approx Blumine. HEX triplet: 35, 66 and 70. RGB value is (53,102,112). Sum of RGB (Red+Green+Blue) = 53+102+112=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #356670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356670 is #CA998F. Grayscale: #585858. Windows color (decimal): -13277584 or 7366197. OLE color: 7366197.

HSL color Cylindrical-coordinate representation of color #356670: hue angle of 190.17º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356670 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB53102112-
CMYK0.530.0900.56
HSL190.17º35.76%32.35%-
HSV(B)190.17º52.68%43.92%-
XYZ9.1411.4317.05-
YUV88.49141.27102.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=19.85%
G=38.20%
B=41.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531021120.530.0900.56190.1735.7632.35
Hex356670359038be2420
Octal6514616065110702764440
Binary110101110011011100001101011001011100010111110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356670; }

 p { color: rgb(53,102,112); }

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

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

 a { background-color: rgb(53,102,112); }

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

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

 span { border-color: rgb(53,102,112); }

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