#307780

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

Shades of Atoll #307780

Tints of Atoll #307780

Color information

#307780 (or 0x307780) is unknown color: approx Atoll. HEX triplet: 30, 77 and 80. RGB value is (48,119,128). Sum of RGB (Red+Green+Blue) = 48+119+128=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #307780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307780 is #CF887F. Grayscale: #626262. Windows color (decimal): -13600896 or 8419120. OLE color: 8419120.

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

Color convert

RGB48119128-
CMYK0.620.0700.50
HSL186.75º45.45%34.51%-
HSV(B)186.75º62.5%50.2%-
XYZ11.7115.3822.77-
YUV98.8144.4891.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=16.27%
G=40.34%
B=43.39%

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
Decimal481191280.620.0700.50186.7545.4534.51
Hex3077803E7032bb2d23
Octal601672007670622735543
Binary110000111011110000000111110111011001010111011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307780; }

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

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

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

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

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

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

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

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