#306E78

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

Shades of Atoll #306E78

Tints of Atoll #306E78

Color information

#306E78 (or 0x306E78) is unknown color: approx Atoll. HEX triplet: 30, 6E and 78. RGB value is (48,110,120). Sum of RGB (Red+Green+Blue) = 48+110+120=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #306E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E78 is #CF9187. Grayscale: #5C5C5C. Windows color (decimal): -13603208 or 7892528. OLE color: 7892528.

HSL color Cylindrical-coordinate representation of color #306E78: hue angle of 188.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306E78 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB48110120-
CMYK0.600.0800.53
HSL188.33º42.86%32.94%-
HSV(B)188.33º60%47.06%-
XYZ10.1913.1419.77-
YUV92.6143.4696.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 110 (43.36% from 255) = 39.57%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=17.27%
G=39.57%
B=43.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481101200.600.0800.53188.3342.8632.94
Hex306E783C8035bc2b21
Octal6015617074100652745341
Binary110000110111011110001111001000011010110111100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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