#30686D

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

Shades of Atoll #30686D

Tints of Atoll #30686D

Color information

#30686D (or 0x30686D) is unknown color: approx Atoll. HEX triplet: 30, 68 and 6D. RGB value is (48,104,109). Sum of RGB (Red+Green+Blue) = 48+104+109=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #30686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30686D is #CF9792. Grayscale: #575757. Windows color (decimal): -13604755 or 7170096. OLE color: 7170096.

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

Color convert

RGB48104109-
CMYK0.560.0500.57
HSL184.92º38.85%30.78%-
HSV(B)184.92º55.96%42.75%-
XYZ8.9311.6316.24-
YUV87.83139.9599.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=18.39%
G=39.85%
B=41.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal481041090.560.0500.57184.9238.8530.78
Hex30686D385039b9271f
Octal601501557050712714737
Binary1100001101000110110111100010101110011011100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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