#307279

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

Shades of Atoll #307279

Tints of Atoll #307279

Color information

#307279 (or 0x307279) is unknown color: approx Atoll. HEX triplet: 30, 72 and 79. RGB value is (48,114,121). Sum of RGB (Red+Green+Blue) = 48+114+121=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #307279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307279 is #CF8D86. Grayscale: #5E5E5E. Windows color (decimal): -13602183 or 7959088. OLE color: 7959088.

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

Color convert

RGB48114121-
CMYK0.600.0600.53
HSL185.75º43.2%33.14%-
HSV(B)185.75º60.33%47.45%-
XYZ10.6914.0420.24-
YUV95.06142.6394.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=16.96%
G=40.28%
B=42.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481141210.600.0600.53185.7543.233.14
Hex3072793C6035ba2b21
Octal601621717460652725341
Binary11000011100101111001111100110011010110111010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307279; }

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

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

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

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

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

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

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

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