#356777

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

Shades of Blumine #356777

Tints of Blumine #356777

Color information

#356777 (or 0x356777) is unknown color: approx Blumine. HEX triplet: 35, 67 and 77. RGB value is (53,103,119). Sum of RGB (Red+Green+Blue) = 53+103+119=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #356777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356777 is #CA9888. Grayscale: #595959. Windows color (decimal): -13277321 or 7825205. OLE color: 7825205.

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

Color convert

RGB53103119-
CMYK0.550.1300.53
HSL194.55º38.37%33.73%-
HSV(B)194.55º55.46%46.67%-
XYZ9.6511.7919.22-
YUV89.87144.44101.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=19.27%
G=37.45%
B=43.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531031190.550.1300.53194.5538.3733.73
Hex35677737D035c32622
Octal6514716767150653034642
Binary110101110011111101111101111101011010111000011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356777; }

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

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

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

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

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

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

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

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