#307880

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

Shades of Atoll #307880

Tints of Atoll #307880

Color information

#307880 (or 0x307880) is unknown color: approx Atoll. HEX triplet: 30, 78 and 80. RGB value is (48,120,128). Sum of RGB (Red+Green+Blue) = 48+120+128=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #307880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307880 is #CF877F. Grayscale: #636363. Windows color (decimal): -13600640 or 8419376. OLE color: 8419376.

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

Color convert

RGB48120128-
CMYK0.620.0600.50
HSL186º45.45%34.51%-
HSV(B)186º62.5%50.2%-
XYZ11.8315.6222.81-
YUV99.38144.1591.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 120 (47.27% from 255) = 40.54%
BLUE value IS 128 (50.39% from 255) = 43.24%
R=16.22%
G=40.54%
B=43.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481201280.620.0600.5018645.4534.51
Hex3078803E6032ba2d23
Octal601702007660622725543
Binary110000111100010000000111110110011001010111010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307880; }

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

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

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

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

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

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

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

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