#356578

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

Shades of Blumine #356578

Tints of Blumine #356578

Color information

#356578 (or 0x356578) is unknown color: approx Blumine. HEX triplet: 35, 65 and 78. RGB value is (53,101,120). Sum of RGB (Red+Green+Blue) = 53+101+120=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #356578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356578 is #CA9A87. Grayscale: #585858. Windows color (decimal): -13277832 or 7890229. OLE color: 7890229.

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

Color convert

RGB53101120-
CMYK0.560.1600.53
HSL197.01º38.73%33.92%-
HSV(B)197.01º55.83%47.06%-
XYZ9.5111.4219.47-
YUV88.81145.6102.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=19.34%
G=36.86%
B=43.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531011200.560.1600.53197.0138.7333.92
Hex3565783810035c52722
Octal6514517070200653054742
Binary1101011100101111100011100010000011010111000101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356578; }

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

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

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

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

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

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

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

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