#356277

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

Shades of Blumine #356277

Tints of Blumine #356277

Color information

#356277 (or 0x356277) is unknown color: approx Blumine. HEX triplet: 35, 62 and 77. RGB value is (53,98,119). Sum of RGB (Red+Green+Blue) = 53+98+119=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #356277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356277 is #CA9D88. Grayscale: #565656. Windows color (decimal): -13278601 or 7823925. OLE color: 7823925.

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

Color convert

RGB5398119-
CMYK0.550.1800.53
HSL199.09º38.37%33.73%-
HSV(B)199.09º55.46%46.67%-
XYZ9.1710.8219.06-
YUV86.94146.09103.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=19.63%
G=36.30%
B=44.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53981190.550.1800.53199.0938.3733.73
Hex3562773712035c72622
Octal6514216767220653074642
Binary1101011100010111011111011110010011010111000111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356277; }

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

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

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

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

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

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

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

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