#307F84

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

Shades of Atoll #307F84

Tints of Atoll #307F84

Color information

#307F84 (or 0x307F84) is unknown color: approx Atoll. HEX triplet: 30, 7F and 84. RGB value is (48,127,132). Sum of RGB (Red+Green+Blue) = 48+127+132=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #307F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F84 is #CF807B. Grayscale: #676767. Windows color (decimal): -13598844 or 8683312. OLE color: 8683312.

HSL color Cylindrical-coordinate representation of color #307F84: hue angle of 183.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307F84 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB48127132-
CMYK0.640.0400.48
HSL183.57º46.67%35.29%-
HSV(B)183.57º63.64%51.76%-
XYZ12.9717.4724.52-
YUV103.95143.8388.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 127 (50% from 255) = 41.37%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=15.64%
G=41.37%
B=43.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481271320.640.0400.48183.5746.6735.29
Hex307F84404030b82f23
Octal6017720410040602705743
Binary1100001111111100001001000000100011000010111000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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