#307481

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

Shades of Atoll #307481

Tints of Atoll #307481

Color information

#307481 (or 0x307481) is unknown color: approx Atoll. HEX triplet: 30, 74 and 81. RGB value is (48,116,129). Sum of RGB (Red+Green+Blue) = 48+116+129=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #307481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307481 is #CF8B7E. Grayscale: #616161. Windows color (decimal): -13601663 or 8483888. OLE color: 8483888.

HSL color Cylindrical-coordinate representation of color #307481: hue angle of 189.63º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307481 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48116129-
CMYK0.630.1000.49
HSL189.63º45.76%34.71%-
HSV(B)189.63º62.79%50.59%-
XYZ11.4314.723-
YUV97.15145.9792.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 129 (50.78% from 255) = 44.03%
R=16.38%
G=39.59%
B=44.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481161290.630.1000.49189.6345.7634.71
Hex3074813FA031be2e23
Octal6016420177120612765643
Binary1100001110100100000011111111010011000110111110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307481; }

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

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

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

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

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

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

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

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