#305868

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

Shades of Blumine #305868

Tints of Blumine #305868

Color information

#305868 (or 0x305868) is unknown color: approx Blumine. HEX triplet: 30, 58 and 68. RGB value is (48,88,104). Sum of RGB (Red+Green+Blue) = 48+88+104=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #305868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305868 is #CFA797. Grayscale: #4D4D4D. Windows color (decimal): -13608856 or 6838320. OLE color: 6838320.

HSL color Cylindrical-coordinate representation of color #305868: hue angle of 197.14º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305868 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4888104-
CMYK0.540.1500.59
HSL197.14º36.84%29.8%-
HSV(B)197.14º53.85%40.78%-
XYZ7.218.6114.38-
YUV77.86142.75106.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=20%
G=36.67%
B=43.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48881040.540.1500.59197.1436.8429.8
Hex30586836F03Bc5251e
Octal6013015066170733054536
Binary11000010110001101000110110111101110111100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305868; }

 p { color: rgb(48,88,104); }

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

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

 a { background-color: rgb(48,88,104); }

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

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

 span { border-color: rgb(48,88,104); }

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