#307F81

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

Shades of Atoll #307F81

Tints of Atoll #307F81

Color information

#307F81 (or 0x307F81) is unknown color: approx Atoll. HEX triplet: 30, 7F and 81. RGB value is (48,127,129). Sum of RGB (Red+Green+Blue) = 48+127+129=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #307F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F81 is #CF807E. Grayscale: #676767. Windows color (decimal): -13598847 or 8486704. OLE color: 8486704.

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

Color convert

RGB48127129-
CMYK0.630.0200.49
HSL181.48º45.76%34.71%-
HSV(B)181.48º62.79%50.59%-
XYZ12.7717.3923.45-
YUV103.61142.3388.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 127 (50% from 255) = 41.78%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=15.79%
G=41.78%
B=42.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481271290.630.0200.49181.4845.7634.71
Hex307F813F2031b52e23
Octal601772017720612655643
Binary11000011111111000000111111110011000110110101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307F81; }

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

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

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

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

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

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

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

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