#307E7B

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

Shades of Atoll #307E7B

Tints of Atoll #307E7B

Color information

#307E7B (or 0x307E7B) is unknown color: approx Atoll. HEX triplet: 30, 7E and 7B. RGB value is (48,126,123). Sum of RGB (Red+Green+Blue) = 48+126+123=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 126 - color contains mainly: green. Hex color #307E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307E7B is #CF8184. Grayscale: #666666. Windows color (decimal): -13599109 or 8093232. OLE color: 8093232.

HSL color Cylindrical-coordinate representation of color #307E7B: hue angle of 177.69º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307E7B is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB48126123-
CMYK0.6200.020.51
HSL177.69º44.83%34.12%-
HSV(B)177.69º61.9%49.41%-
XYZ12.2516.9821.37-
YUV102.34139.6689.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 126 (49.61% from 255) = 42.42%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=16.16%
G=42.42%
B=41.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481261230.6200.020.51177.6944.8334.12
Hex307E7B3E0233b22d22
Octal601761737602632625542
Binary1100001111110111101111111001011001110110010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,126,123); }

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

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

 a { background-color: rgb(48,126,123); }

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

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

 span { border-color: rgb(48,126,123); }

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