#306F75

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

Shades of Atoll #306F75

Tints of Atoll #306F75

Color information

#306F75 (or 0x306F75) is unknown color: approx Atoll. HEX triplet: 30, 6F and 75. RGB value is (48,111,117). Sum of RGB (Red+Green+Blue) = 48+111+117=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #306F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F75 is #CF908A. Grayscale: #5C5C5C. Windows color (decimal): -13602955 or 7696176. OLE color: 7696176.

HSL color Cylindrical-coordinate representation of color #306F75: hue angle of 185.22º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306F75 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB48111117-
CMYK0.590.0500.54
HSL185.22º41.82%32.35%-
HSV(B)185.22º58.97%45.88%-
XYZ10.1113.2818.86-
YUV92.85141.6396.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=17.39%
G=40.22%
B=42.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481111170.590.0500.54185.2241.8232.35
Hex306F753B5036b92a20
Octal601571657350662715240
Binary11000011011111110101111011101011011010111001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,111,117); }

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

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

 a { background-color: rgb(48,111,117); }

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

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

 span { border-color: rgb(48,111,117); }

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