#307378

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

Shades of Atoll #307378

Tints of Atoll #307378

Color information

#307378 (or 0x307378) is unknown color: approx Atoll. HEX triplet: 30, 73 and 78. RGB value is (48,115,120). Sum of RGB (Red+Green+Blue) = 48+115+120=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #307378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307378 is #CF8C87. Grayscale: #5F5F5F. Windows color (decimal): -13601928 or 7893808. OLE color: 7893808.

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

Color convert

RGB48115120-
CMYK0.600.0400.53
HSL184.17º42.86%32.94%-
HSV(B)184.17º60%47.06%-
XYZ10.7414.2519.95-
YUV95.54141.894.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=16.96%
G=40.64%
B=42.40%

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
Decimal481151200.600.0400.53184.1742.8632.94
Hex3073783C4035b82b21
Octal601631707440652705341
Binary11000011100111111000111100100011010110111000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307378; }

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

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

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

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

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

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

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

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