#306F71

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

Shades of Atoll #306F71

Tints of Atoll #306F71

Color information

#306F71 (or 0x306F71) is unknown color: approx Atoll. HEX triplet: 30, 6F and 71. RGB value is (48,111,113). Sum of RGB (Red+Green+Blue) = 48+111+113=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #306F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F71 is #CF908E. Grayscale: #5C5C5C. Windows color (decimal): -13602959 or 7434032. OLE color: 7434032.

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

Color convert

RGB48111113-
CMYK0.580.0200.56
HSL181.85º40.37%31.57%-
HSV(B)181.85º57.52%44.31%-
XYZ9.8813.1917.65-
YUV92.39139.6396.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 111 (43.75% from 255) = 40.81%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=17.65%
G=40.81%
B=41.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481111130.580.0200.56181.8540.3731.57
Hex306F713A2038b62820
Octal601571617220702665040
Binary1100001101111111000111101010011100010110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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