#356977

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

Shades of Blumine #356977

Tints of Blumine #356977

Color information

#356977 (or 0x356977) is unknown color: approx Blumine. HEX triplet: 35, 69 and 77. RGB value is (53,105,119). Sum of RGB (Red+Green+Blue) = 53+105+119=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #356977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356977 is #CA9688. Grayscale: #5A5A5A. Windows color (decimal): -13276809 or 7825717. OLE color: 7825717.

HSL color Cylindrical-coordinate representation of color #356977: hue angle of 192.73º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356977 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB53105119-
CMYK0.550.1200.53
HSL192.73º38.37%33.73%-
HSV(B)192.73º55.46%46.67%-
XYZ9.8512.1919.29-
YUV91.05143.77100.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=19.13%
G=37.91%
B=42.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531051190.550.1200.53192.7338.3733.73
Hex35697737C035c12622
Octal6515116767140653014642
Binary110101110100111101111101111100011010111000001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356977; }

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

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

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

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

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

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

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

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