#307A80

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

Shades of Atoll #307A80

Tints of Atoll #307A80

Color information

#307A80 (or 0x307A80) is unknown color: approx Atoll. HEX triplet: 30, 7A and 80. RGB value is (48,122,128). Sum of RGB (Red+Green+Blue) = 48+122+128=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #307A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A80 is #CF857F. Grayscale: #646464. Windows color (decimal): -13600128 or 8419888. OLE color: 8419888.

HSL color Cylindrical-coordinate representation of color #307A80: hue angle of 184.5º 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 #307A80 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB48122128-
CMYK0.620.0500.50
HSL184.5º45.45%34.51%-
HSV(B)184.5º62.5%50.2%-
XYZ12.0716.1122.89-
YUV100.56143.4890.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=16.11%
G=40.94%
B=42.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481221280.620.0500.50184.545.4534.51
Hex307A803E5032b82d23
Octal601722007650622705543
Binary110000111101010000000111110101011001010111000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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