#307579

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

Shades of Atoll #307579

Tints of Atoll #307579

Color information

#307579 (or 0x307579) is unknown color: approx Atoll. HEX triplet: 30, 75 and 79. RGB value is (48,117,121). Sum of RGB (Red+Green+Blue) = 48+117+121=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #307579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307579 is #CF8A86. Grayscale: #606060. Windows color (decimal): -13601415 or 7959856. OLE color: 7959856.

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

Color convert

RGB48117121-
CMYK0.600.0300.53
HSL183.29º43.2%33.14%-
HSV(B)183.29º60.33%47.45%-
XYZ11.0314.7320.35-
YUV96.82141.6493.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=16.78%
G=40.91%
B=42.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481171210.600.0300.53183.2943.233.14
Hex3075793C3035b72b21
Octal601651717430652675341
Binary1100001110101111100111110011011010110110111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307579; }

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

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

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

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

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

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

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

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