#307981

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

Shades of Atoll #307981

Tints of Atoll #307981

Color information

#307981 (or 0x307981) is unknown color: approx Atoll. HEX triplet: 30, 79 and 81. RGB value is (48,121,129). Sum of RGB (Red+Green+Blue) = 48+121+129=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #307981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307981 is #CF867E. Grayscale: #636363. Windows color (decimal): -13600383 or 8485168. OLE color: 8485168.

HSL color Cylindrical-coordinate representation of color #307981: hue angle of 185.93º 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 #307981 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48121129-
CMYK0.630.0600.49
HSL185.93º45.76%34.71%-
HSV(B)185.93º62.79%50.59%-
XYZ12.0215.8923.2-
YUV100.08144.3290.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=16.11%
G=40.60%
B=43.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481211290.630.0600.49185.9345.7634.71
Hex3079813F6031ba2e23
Octal601712017760612725643
Binary110000111100110000001111111110011000110111010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307981; }

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

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

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

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

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

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

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

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