#306268

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

Shades of Blumine #306268

Tints of Blumine #306268

Color information

#306268 (or 0x306268) is unknown color: approx Blumine. HEX triplet: 30, 62 and 68. RGB value is (48,98,104). Sum of RGB (Red+Green+Blue) = 48+98+104=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #306268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306268 is #CF9D97. Grayscale: #535353. Windows color (decimal): -13606296 or 6840880. OLE color: 6840880.

HSL color Cylindrical-coordinate representation of color #306268: hue angle of 186.43º 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 #306268 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4898104-
CMYK0.540.0600.59
HSL186.43º36.84%29.8%-
HSV(B)186.43º53.85%40.78%-
XYZ8.0910.3614.67-
YUV83.73139.44102.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 104 (41.02% from 255) = 41.6%
R=19.2%
G=39.2%
B=41.6%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48981040.540.0600.59186.4336.8429.8
Hex30626836603Bba251e
Octal601421506660732724536
Binary1100001100010110100011011011001110111011101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306268; }

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

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

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

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

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

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

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

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