#306E71

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

Shades of Atoll #306E71

Tints of Atoll #306E71

Color information

#306E71 (or 0x306E71) is unknown color: approx Atoll. HEX triplet: 30, 6E and 71. RGB value is (48,110,113). Sum of RGB (Red+Green+Blue) = 48+110+113=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #306E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E71 is #CF918E. Grayscale: #5B5B5B. Windows color (decimal): -13603215 or 7433776. OLE color: 7433776.

HSL color Cylindrical-coordinate representation of color #306E71: hue angle of 182.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306E71 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB48110113-
CMYK0.580.0300.56
HSL182.77º40.37%31.57%-
HSV(B)182.77º57.52%44.31%-
XYZ9.7812.9717.61-
YUV91.8139.9696.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 110 (43.36% from 255) = 40.59%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=17.71%
G=40.59%
B=41.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481101130.580.0300.56182.7740.3731.57
Hex306E713A3038b72820
Octal601561617230702675040
Binary1100001101110111000111101011011100010110111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,110,113); }

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

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

 a { background-color: rgb(48,110,113); }

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

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

 span { border-color: rgb(48,110,113); }

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