#307477

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

Shades of Atoll #307477

Tints of Atoll #307477

Color information

#307477 (or 0x307477) is unknown color: approx Atoll. HEX triplet: 30, 74 and 77. RGB value is (48,116,119). Sum of RGB (Red+Green+Blue) = 48+116+119=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #307477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307477 is #CF8B88. Grayscale: #5F5F5F. Windows color (decimal): -13601673 or 7828528. OLE color: 7828528.

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

Color convert

RGB48116119-
CMYK0.600.0300.53
HSL182.54º42.51%32.75%-
HSV(B)182.54º59.66%46.67%-
XYZ10.7914.4519.67-
YUV96.01140.9793.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=16.96%
G=40.99%
B=42.05%

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
Decimal481161190.600.0300.53182.5442.5132.75
Hex3074773C3035b72b21
Octal601641677430652675341
Binary1100001110100111011111110011011010110110111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307477; }

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

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

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

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

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

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

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

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