#30676B

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

Shades of Atoll #30676B

Tints of Atoll #30676B

Color information

#30676B (or 0x30676B) is unknown color: approx Atoll. HEX triplet: 30, 67 and 6B. RGB value is (48,103,107). Sum of RGB (Red+Green+Blue) = 48+103+107=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #30676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30676B is #CF9894. Grayscale: #565656. Windows color (decimal): -13605013 or 7038768. OLE color: 7038768.

HSL color Cylindrical-coordinate representation of color #30676B: hue angle of 184.07º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30676B is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB48103107-
CMYK0.550.0400.58
HSL184.07º38.06%30.39%-
HSV(B)184.07º55.14%41.96%-
XYZ8.7211.3915.65-
YUV87.01139.28100.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=18.60%
G=39.92%
B=41.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal481031070.550.0400.58184.0738.0630.39
Hex30676B37403Ab8261e
Octal601471536740722704636
Binary1100001100111110101111011110001110101011100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30676B; }

 p { color: rgb(48,103,107); }

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

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

 a { background-color: rgb(48,103,107); }

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

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

 span { border-color: rgb(48,103,107); }

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