#307478

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

Shades of Atoll #307478

Tints of Atoll #307478

Color information

#307478 (or 0x307478) is unknown color: approx Atoll. HEX triplet: 30, 74 and 78. RGB value is (48,116,120). Sum of RGB (Red+Green+Blue) = 48+116+120=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #307478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307478 is #CF8B87. Grayscale: #606060. Windows color (decimal): -13601672 or 7894064. OLE color: 7894064.

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

Color convert

RGB48116120-
CMYK0.600.0300.53
HSL183.33º42.86%32.94%-
HSV(B)183.33º60%47.06%-
XYZ10.8514.4819.99-
YUV96.12141.4793.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=16.90%
G=40.85%
B=42.25%

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
Decimal481161200.600.0300.53183.3342.8632.94
Hex3074783C3035b72b21
Octal601641707430652675341
Binary1100001110100111100011110011011010110110111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307478; }

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

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

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

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

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

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

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

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