#356275

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

Shades of Blumine #356275

Tints of Blumine #356275

Color information

#356275 (or 0x356275) is unknown color: approx Blumine. HEX triplet: 35, 62 and 75. RGB value is (53,98,117). Sum of RGB (Red+Green+Blue) = 53+98+117=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #356275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356275 is #CA9D8A. Grayscale: #565656. Windows color (decimal): -13278603 or 7692853. OLE color: 7692853.

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

Color convert

RGB5398117-
CMYK0.550.1600.54
HSL197.81º37.65%33.33%-
HSV(B)197.81º54.7%45.88%-
XYZ9.0510.7818.43-
YUV86.71145.09103.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=19.78%
G=36.57%
B=43.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53981170.550.1600.54197.8137.6533.33
Hex3562753710036c62621
Octal6514216567200663064641
Binary1101011100010111010111011110000011011011000110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356275; }

 p { color: rgb(53,98,117); }

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

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

 a { background-color: rgb(53,98,117); }

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

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

 span { border-color: rgb(53,98,117); }

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