#307C80

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

Shades of Atoll #307C80

Tints of Atoll #307C80

Color information

#307C80 (or 0x307C80) is unknown color: approx Atoll. HEX triplet: 30, 7C and 80. RGB value is (48,124,128). Sum of RGB (Red+Green+Blue) = 48+124+128=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #307C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C80 is #CF837F. Grayscale: #656565. Windows color (decimal): -13599616 or 8420400. OLE color: 8420400.

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

Color convert

RGB48124128-
CMYK0.620.0300.50
HSL183º45.45%34.51%-
HSV(B)183º62.5%50.2%-
XYZ12.3216.622.98-
YUV101.73142.8289.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 124 (48.83% from 255) = 41.33%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=16%
G=41.33%
B=42.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481241280.620.0300.5018345.4534.51
Hex307C803E3032b72d23
Octal601742007630622675543
Binary11000011111001000000011111011011001010110111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307C80; }

 p { color: rgb(48,124,128); }

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

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

 a { background-color: rgb(48,124,128); }

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

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

 span { border-color: rgb(48,124,128); }

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