#307782

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

Shades of Atoll #307782

Tints of Atoll #307782

Color information

#307782 (or 0x307782) is unknown color: approx Atoll. HEX triplet: 30, 77 and 82. RGB value is (48,119,130). Sum of RGB (Red+Green+Blue) = 48+119+130=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #307782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307782 is #CF887D. Grayscale: #626262. Windows color (decimal): -13600894 or 8550192. OLE color: 8550192.

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

Color convert

RGB48119130-
CMYK0.630.0800.49
HSL188.05º46.07%34.9%-
HSV(B)188.05º63.08%50.98%-
XYZ11.8515.4323.47-
YUV99.02145.4891.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=16.16%
G=40.07%
B=43.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481191300.630.0800.49188.0546.0734.9
Hex3077823F8031bc2e23
Octal6016720277100612745643
Binary1100001110111100000101111111000011000110111100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307782; }

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

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

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

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

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

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

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

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