#307071

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

Shades of Atoll #307071

Tints of Atoll #307071

Color information

#307071 (or 0x307071) is unknown color: approx Atoll. HEX triplet: 30, 70 and 71. RGB value is (48,112,113). Sum of RGB (Red+Green+Blue) = 48+112+113=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #307071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307071 is #CF8F8E. Grayscale: #5C5C5C. Windows color (decimal): -13602703 or 7434288. OLE color: 7434288.

HSL color Cylindrical-coordinate representation of color #307071: hue angle of 180.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307071 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB48112113-
CMYK0.580.0100.56
HSL180.92º40.37%31.57%-
HSV(B)180.92º57.52%44.31%-
XYZ9.9913.4117.68-
YUV92.98139.395.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=17.58%
G=41.03%
B=41.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481121130.580.0100.56180.9240.3731.57
Hex3070713A1038b52820
Octal601601617210702655040
Binary110000111000011100011110101011100010110101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307071; }

 p { color: rgb(48,112,113); }

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

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

 a { background-color: rgb(48,112,113); }

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

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

 span { border-color: rgb(48,112,113); }

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