#306B71

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

Shades of Atoll #306B71

Tints of Atoll #306B71

Color information

#306B71 (or 0x306B71) is unknown color: approx Atoll. HEX triplet: 30, 6B and 71. RGB value is (48,107,113). Sum of RGB (Red+Green+Blue) = 48+107+113=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #306B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B71 is #CF948E. Grayscale: #595959. Windows color (decimal): -13603983 or 7433008. OLE color: 7433008.

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

Color convert

RGB48107113-
CMYK0.580.0500.56
HSL185.54º40.37%31.57%-
HSV(B)185.54º57.52%44.31%-
XYZ9.4612.3417.51-
YUV90.04140.9598.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=17.91%
G=39.93%
B=42.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481071130.580.0500.56185.5440.3731.57
Hex306B713A5038ba2820
Octal601531617250702725040
Binary11000011010111110001111010101011100010111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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