#306B6D

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

Shades of Atoll #306B6D

Tints of Atoll #306B6D

Color information

#306B6D (or 0x306B6D) is unknown color: approx Atoll. HEX triplet: 30, 6B and 6D. RGB value is (48,107,109). Sum of RGB (Red+Green+Blue) = 48+107+109=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #306B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B6D is #CF9492. Grayscale: #595959. Windows color (decimal): -13603987 or 7170864. OLE color: 7170864.

HSL color Cylindrical-coordinate representation of color #306B6D: hue angle of 181.97º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306B6D is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB48107109-
CMYK0.560.0200.57
HSL181.97º38.85%30.78%-
HSV(B)181.97º55.96%42.75%-
XYZ9.2412.2516.35-
YUV89.59138.9598.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=18.18%
G=40.53%
B=41.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal481071090.560.0200.57181.9738.8530.78
Hex306B6D382039b6271f
Octal601531557020712664737
Binary110000110101111011011110001001110011011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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