#307479

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

Shades of Atoll #307479

Tints of Atoll #307479

Color information

#307479 (or 0x307479) is unknown color: approx Atoll. HEX triplet: 30, 74 and 79. RGB value is (48,116,121). Sum of RGB (Red+Green+Blue) = 48+116+121=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #307479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307479 is #CF8B86. Grayscale: #606060. Windows color (decimal): -13601671 or 7959600. OLE color: 7959600.

HSL color Cylindrical-coordinate representation of color #307479: hue angle of 184.11º 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 #307479 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB48116121-
CMYK0.600.0400.53
HSL184.11º43.2%33.14%-
HSV(B)184.11º60.33%47.45%-
XYZ10.9214.520.31-
YUV96.24141.9793.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=16.84%
G=40.70%
B=42.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481161210.600.0400.53184.1143.233.14
Hex3074793C4035b82b21
Octal601641717440652705341
Binary11000011101001111001111100100011010110111000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307479; }

 p { color: rgb(48,116,121); }

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

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

 a { background-color: rgb(48,116,121); }

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

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

 span { border-color: rgb(48,116,121); }

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