#306A71

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

Shades of Atoll #306A71

Tints of Atoll #306A71

Color information

#306A71 (or 0x306A71) is unknown color: approx Atoll. HEX triplet: 30, 6A and 71. RGB value is (48,106,113). Sum of RGB (Red+Green+Blue) = 48+106+113=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #306A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A71 is #CF958E. Grayscale: #595959. Windows color (decimal): -13604239 or 7432752. OLE color: 7432752.

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

Color convert

RGB48106113-
CMYK0.580.0600.56
HSL186.46º40.37%31.57%-
HSV(B)186.46º57.52%44.31%-
XYZ9.3512.1317.47-
YUV89.46141.2898.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=17.98%
G=39.70%
B=42.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481061130.580.0600.56186.4640.3731.57
Hex306A713A6038ba2820
Octal601521617260702725040
Binary11000011010101110001111010110011100010111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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