#307682

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

Shades of Atoll #307682

Tints of Atoll #307682

Color information

#307682 (or 0x307682) is unknown color: approx Atoll. HEX triplet: 30, 76 and 82. RGB value is (48,118,130). Sum of RGB (Red+Green+Blue) = 48+118+130=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #307682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307682 is #CF897D. Grayscale: #626262. Windows color (decimal): -13601150 or 8549936. OLE color: 8549936.

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

Color convert

RGB48118130-
CMYK0.630.0900.49
HSL188.78º46.07%34.9%-
HSV(B)188.78º63.08%50.98%-
XYZ11.7315.223.43-
YUV98.44145.8192.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 130 (51.17% from 255) = 43.92%
R=16.22%
G=39.86%
B=43.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481181300.630.0900.49188.7846.0734.9
Hex3076823F9031bd2e23
Octal6016620277110612755643
Binary1100001110110100000101111111001011000110111101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307682; }

 p { color: rgb(48,118,130); }

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

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

 a { background-color: rgb(48,118,130); }

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

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

 span { border-color: rgb(48,118,130); }

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