#306C76

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

Shades of Atoll #306C76

Tints of Atoll #306C76

Color information

#306C76 (or 0x306C76) is unknown color: approx Atoll. HEX triplet: 30, 6C and 76. RGB value is (48,108,118). Sum of RGB (Red+Green+Blue) = 48+108+118=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #306C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C76 is #CF9389. Grayscale: #5B5B5B. Windows color (decimal): -13603722 or 7760944. OLE color: 7760944.

HSL color Cylindrical-coordinate representation of color #306C76: hue angle of 188.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306C76 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB48108118-
CMYK0.590.0800.54
HSL188.57º42.17%32.55%-
HSV(B)188.57º59.32%46.27%-
XYZ9.8512.6619.06-
YUV91.2143.1297.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 108 (42.58% from 255) = 39.42%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=17.52%
G=39.42%
B=43.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481081180.590.0800.54188.5742.1732.55
Hex306C763B8036bd2a21
Octal6015416673100662755241
Binary110000110110011101101110111000011011010111101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,108,118); }

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

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

 a { background-color: rgb(48,108,118); }

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

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

 span { border-color: rgb(48,108,118); }

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