#30767F

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

Shades of Atoll #30767F

Tints of Atoll #30767F

Color information

#30767F (or 0x30767F) is unknown color: approx Atoll. HEX triplet: 30, 76 and 7F. RGB value is (48,118,127). Sum of RGB (Red+Green+Blue) = 48+118+127=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #30767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30767F is #CF8980. Grayscale: #616161. Windows color (decimal): -13601153 or 8353328. OLE color: 8353328.

HSL color Cylindrical-coordinate representation of color #30767F: hue angle of 186.84º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30767F is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB48118127-
CMYK0.620.0700.50
HSL186.84º45.14%34.31%-
HSV(B)186.84º62.2%49.8%-
XYZ11.5315.1222.39-
YUV98.1144.3192.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 127 (50% from 255) = 43.34%
R=16.38%
G=40.27%
B=43.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481181270.620.0700.50186.8445.1434.31
Hex30767F3E7032bb2d22
Octal601661777670622735542
Binary11000011101101111111111110111011001010111011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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