#306D73

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

Shades of Atoll #306D73

Tints of Atoll #306D73

Color information

#306D73 (or 0x306D73) is unknown color: approx Atoll. HEX triplet: 30, 6D and 73. RGB value is (48,109,115). Sum of RGB (Red+Green+Blue) = 48+109+115=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #306D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D73 is #CF928C. Grayscale: #5B5B5B. Windows color (decimal): -13603469 or 7564592. OLE color: 7564592.

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

Color convert

RGB48109115-
CMYK0.580.0500.55
HSL185.37º41.1%31.96%-
HSV(B)185.37º58.26%45.1%-
XYZ9.7812.818.18-
YUV91.44141.2997.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=17.65%
G=40.07%
B=42.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481091150.580.0500.55185.3741.131.96
Hex306D733A5037b92920
Octal601551637250672715140
Binary11000011011011110011111010101011011110111001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306D73; }

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

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

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

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

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

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

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

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