#356577

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

Shades of Blumine #356577

Tints of Blumine #356577

Color information

#356577 (or 0x356577) is unknown color: approx Blumine. HEX triplet: 35, 65 and 77. RGB value is (53,101,119). Sum of RGB (Red+Green+Blue) = 53+101+119=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #356577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356577 is #CA9A88. Grayscale: #585858. Windows color (decimal): -13277833 or 7824693. OLE color: 7824693.

HSL color Cylindrical-coordinate representation of color #356577: hue angle of 196.36º 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 #356577 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB53101119-
CMYK0.550.1500.53
HSL196.36º38.37%33.73%-
HSV(B)196.36º55.46%46.67%-
XYZ9.4511.419.15-
YUV88.7145.1102.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=19.41%
G=37.00%
B=43.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531011190.550.1500.53196.3638.3733.73
Hex35657737F035c42622
Octal6514516767170653044642
Binary110101110010111101111101111111011010111000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356577; }

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

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

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

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

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

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

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

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