#30686F

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

Shades of Blumine #30686F

Tints of Blumine #30686F

Color information

#30686F (or 0x30686F) is unknown color: approx Blumine. HEX triplet: 30, 68 and 6F. RGB value is (48,104,111). Sum of RGB (Red+Green+Blue) = 48+104+111=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #30686F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30686F is #CF9790. Grayscale: #575757. Windows color (decimal): -13604753 or 7301168. OLE color: 7301168.

HSL color Cylindrical-coordinate representation of color #30686F: hue angle of 186.67º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30686F is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB48104111-
CMYK0.570.0600.56
HSL186.67º39.62%31.18%-
HSV(B)186.67º56.76%43.53%-
XYZ9.0411.6816.82-
YUV88.05140.9599.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 111 (43.75% from 255) = 42.21%
R=18.25%
G=39.54%
B=42.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481041110.570.0600.56186.6739.6231.18
Hex30686F396038bb281f
Octal601501577160702735037
Binary1100001101000110111111100111001110001011101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30686F; }

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

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

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

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

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

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

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

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