#307072

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

Shades of Atoll #307072

Tints of Atoll #307072

Color information

#307072 (or 0x307072) is unknown color: approx Atoll. HEX triplet: 30, 70 and 72. RGB value is (48,112,114). Sum of RGB (Red+Green+Blue) = 48+112+114=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #307072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307072 is #CF8F8D. Grayscale: #5D5D5D. Windows color (decimal): -13602702 or 7499824. OLE color: 7499824.

HSL color Cylindrical-coordinate representation of color #307072: hue angle of 181.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307072 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB48112114-
CMYK0.580.0200.55
HSL181.82º40.74%31.76%-
HSV(B)181.82º57.89%44.71%-
XYZ10.0513.4317.98-
YUV93.09139.895.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=17.52%
G=40.88%
B=41.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481121140.580.0200.55181.8240.7431.76
Hex3070723A2037b62920
Octal601601627220672665140
Binary1100001110000111001011101010011011110110110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307072; }

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

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

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

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

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

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

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

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