#307073

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

Shades of Atoll #307073

Tints of Atoll #307073

Color information

#307073 (or 0x307073) is unknown color: approx Atoll. HEX triplet: 30, 70 and 73. RGB value is (48,112,115). Sum of RGB (Red+Green+Blue) = 48+112+115=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #307073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307073 is #CF8F8C. Grayscale: #5D5D5D. Windows color (decimal): -13602701 or 7565360. OLE color: 7565360.

HSL color Cylindrical-coordinate representation of color #307073: hue angle of 182.69º 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 #307073 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB48112115-
CMYK0.580.0300.55
HSL182.69º41.1%31.96%-
HSV(B)182.69º58.26%45.1%-
XYZ10.1113.4518.28-
YUV93.21140.395.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=17.45%
G=40.73%
B=41.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481121150.580.0300.55182.6941.131.96
Hex3070733A3037b72920
Octal601601637230672675140
Binary1100001110000111001111101011011011110110111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307073; }

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

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

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

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

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

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

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

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