#306876

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

Shades of Blumine #306876

Tints of Blumine #306876

Color information

#306876 (or 0x306876) is unknown color: approx Blumine. HEX triplet: 30, 68 and 76. RGB value is (48,104,118). Sum of RGB (Red+Green+Blue) = 48+104+118=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #306876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306876 is #CF9789. Grayscale: #585858. Windows color (decimal): -13604746 or 7759920. OLE color: 7759920.

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

Color convert

RGB48104118-
CMYK0.590.1200.54
HSL192º42.17%32.55%-
HSV(B)192º59.32%46.27%-
XYZ9.4411.8418.93-
YUV88.85144.4598.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=17.78%
G=38.52%
B=43.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481041180.590.1200.5419242.1732.55
Hex3068763BC036c02a21
Octal6015016673140663005241
Binary110000110100011101101110111100011011011000000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306876; }

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

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

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

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

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

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

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

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