#307982

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

Shades of Atoll #307982

Tints of Atoll #307982

Color information

#307982 (or 0x307982) is unknown color: approx Atoll. HEX triplet: 30, 79 and 82. RGB value is (48,121,130). Sum of RGB (Red+Green+Blue) = 48+121+130=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #307982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307982 is #CF867D. Grayscale: #646464. Windows color (decimal): -13600382 or 8550704. OLE color: 8550704.

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

Color convert

RGB48121130-
CMYK0.630.0700.49
HSL186.59º46.07%34.9%-
HSV(B)186.59º63.08%50.98%-
XYZ12.0915.9123.55-
YUV100.2144.8290.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=16.05%
G=40.47%
B=43.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481211300.630.0700.49186.5946.0734.9
Hex3079823F7031bb2e23
Octal601712027770612735643
Binary110000111100110000010111111111011000110111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307982; }

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

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

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

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

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

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

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

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